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