From d06ac8f173f9be0ee2eb854dc8bb9e47cf754de5 Mon Sep 17 00:00:00 2001 From: RuscalWorld Date: Tue, 26 Jul 2022 16:13:41 +0300 Subject: [PATCH] Update prometheus client, increase gradle JVM heap space --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 182019c..fa7b5c8 100644 --- a/build.gradle +++ b/build.gradle @@ -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') -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index 639ab92..d8731c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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