- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for lintDebug (0.04 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupTask.kt
val result: ExecResult = execOperations.exec { workingDir = projectDir executable = gradleExecutable args = listOf("build", "--no-daemon", "--quiet", "-x", "lint", "-x", "lintDebug", "-x", "lintRelease") isIgnoreExitValue = false } if (result.exitValue != 0) { throw RuntimeException("Failed to build project in $projectDir (exit code: ${result.exitValue})")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 09:24:29 UTC 2025 - 5.8K bytes - Viewed (0)