diff --git a/build.gradle b/build.gradle index 7623529..c7ae420 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { alias libs.plugins.fabric.loom - id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build + alias libs.plugins.compression id 'maven-publish' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b353592..cd07752 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,9 @@ yarn_mappings="1.21.4+build.8" fabric_loom = "1.9-SNAPSHOT" # check these on https://modmuss50.me/fabric.html fabric_loader = "0.16.10" -fabric_version="0.115.0+1.21.4" +fabric_version = "0.115.0+1.21.4" + +compression = "1.+" [libraries] minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" } @@ -20,4 +22,5 @@ yarn_mappings = { module = "net.fabricmc:yarn", version.ref = "yarn_mappings" } [bundles] [plugins] -fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" } \ No newline at end of file +fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" } +compression = { id = "io.github.p03w.machete", version.ref = "compression" } \ No newline at end of file