Skip to content

Commit 635404c

Browse files
committed
Remove the incrementalAfterFailure option
1 parent 00cf3e0 commit 635404c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ configure(integrationTestProjects) {
226226
options.encoding = encoding
227227
}
228228

229-
compileJava {
230-
options.incrementalAfterFailure.set(false)
231-
}
232-
233229
compileTestJava {
234230
options.compilerArgs.addAll(listOf("-proc:none"))
235231
}

0 commit comments

Comments
 (0)