Make builds faster by shrinking only the fabric and forge modules

This commit is contained in:
Username404 2021-05-31 15:55:22 +02:00
parent e6f09a0bc2
commit 8d9016153e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -4,3 +4,4 @@ dependencies {
implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}")
}
tasks.getByName("shrinkJar").enabled = false