diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 4c9d136..3116a1f 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -4,3 +4,4 @@ dependencies { implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") } +tasks.getByName("shrinkJar").enabled = false \ No newline at end of file