Skip to content

Commit 84a70e7

Browse files
committed
Improve GRADLE build Performance
1 parent 37e44fc commit 84a70e7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,10 @@ task printVersion {
344344
println version
345345
}
346346
}
347+
348+
allprojects {
349+
tasks.withType(JavaCompile).configureEach {
350+
options.incremental = true
351+
}
352+
353+
}

0 commit comments

Comments
 (0)