We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46eb84 commit fd868c5Copy full SHA for fd868c5
build.gradle
@@ -96,7 +96,7 @@ tasks.withType(JavaCompile).configureEach {
96
97
machete {
98
// disable machete locally for faster builds
99
- enabled = isCI
+ enabled = false
100
// Only optimize reobf jars
101
ignoredTasks.addAll("jar", "slimJar")
102
additionalTasks.addAll("reobfJar", "reobfSlimJar")
0 commit comments