|
@@ -25,6 +25,10 @@ allprojects {
|
|
tasks.withType(JavaCompile) {
|
|
tasks.withType(JavaCompile) {
|
|
options.compilerArgs.add("-parameters")
|
|
options.compilerArgs.add("-parameters")
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ tasks.matching { it.name == 'checkFormatAot' }.all { task ->
|
|
|
|
+ task.enabled = false
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
if (hasProperty('buildScan')) {
|
|
if (hasProperty('buildScan')) {
|