Update prometheus client, increase gradle JVM heap space

This commit is contained in:
RuscalWorld 2022-07-26 16:13:41 +03:00
parent 6efb3bce81
commit d06ac8f173
No known key found for this signature in database
GPG key ID: 6FF416979DF2B416
2 changed files with 4 additions and 4 deletions

View file

@ -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'
@ -100,4 +100,4 @@ task publishModrinth(type: TaskModrinthUpload, dependsOn: remapShadowJar) {
uploadFile = remapShadowJar uploadFile = remapShadowJar
addGameVersion("1.19") addGameVersion("1.19")
addLoader('fabric') addLoader('fabric')
} }

View file

@ -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