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 com.modrinth.minotaur.TaskModrinthUpload
|
||||||
|
import net.fabricmc.loom.task.RemapJarTask
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.19
|
minecraft_version=1.19
|
||||||
|
@ -12,4 +12,4 @@ archives_base_name=fabricexporter
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_version=0.57.0+1.19
|
fabric_version=0.57.0+1.19
|
||||||
prometheus_version=0.12.0
|
prometheus_version=0.16.0
|
||||||
|
|
Loading…
Reference in a new issue