Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lintRelease (0.08 seconds)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupTask.kt

                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})")
            }
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Dec 09 09:24:29 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top