Skip to content

Commit 0d5b320

Browse files
authored
Improve GRADLE build Performance (#23)
2 parents 37e44fc + 84a70e7 commit 0d5b320

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)