Skip to content

Commit f4a350c

Browse files
Disable checkFormatAot task
1 parent 56033d7 commit f4a350c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ allprojects {
2525
tasks.withType(JavaCompile) {
2626
options.compilerArgs.add("-parameters")
2727
}
28+
29+
tasks.matching { it.name == 'checkFormatAot' }.all { task ->
30+
task.enabled = false
31+
}
2832
}
2933

3034
if (hasProperty('buildScan')) {

0 commit comments

Comments
 (0)