- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for exitValue (0.05 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupTask.kt
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) -
build-logic-settings/build-environment/src/main/kotlin/gradlebuild/basics/BuildEnvironmentService.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jul 26 10:02:49 GMT 2024 - 2K bytes - Click Count (0) -
build-logic/cleanup/src/main/java/gradlebuild/cleanup/services/KillLeakingJavaProcesses.java
process.waitFor(1, TimeUnit.MINUTES); latch.await(1, TimeUnit.MINUTES); return new ExecResult(args, process.exitValue(), stdout.toString(UTF_8), stderr.toString(UTF_8)); } catch (Exception e) { throw new RuntimeException(e); } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Sep 23 13:49:45 GMT 2025 - 12K bytes - Click Count (0)