Disable checkFormatAot task
This commit is contained in:
@@ -25,6 +25,10 @@ allprojects {
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs.add("-parameters")
|
||||
}
|
||||
|
||||
tasks.matching { it.name == 'checkFormatAot' }.all { task ->
|
||||
task.enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
if (hasProperty('buildScan')) {
|
||||
|
||||
Reference in New Issue
Block a user