Update prometheus client, increase gradle JVM heap space
This commit is contained in:
parent
6efb3bce81
commit
d06ac8f173
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
import net.fabricmc.loom.task.RemapJarTask
|
||||
import com.modrinth.minotaur.TaskModrinthUpload
|
||||
import net.fabricmc.loom.task.RemapJarTask
|
||||
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
|
@ -100,4 +100,4 @@ task publishModrinth(type: TaskModrinthUpload, dependsOn: remapShadowJar) {
|
|||
uploadFile = remapShadowJar
|
||||
addGameVersion("1.19")
|
||||
addLoader('fabric')
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.19
|
||||
|
@ -12,4 +12,4 @@ archives_base_name=fabricexporter
|
|||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.57.0+1.19
|
||||
prometheus_version=0.12.0
|
||||
prometheus_version=0.16.0
|
||||
|
|
Loading…
Reference in a new issue