Explorar o código

Disable checkFormatAot task

Marcus Hert Da Coregio hai 11 meses
pai
achega
f4a350c572
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -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')) {