- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for isContinue (0.04 sec)
-
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
gradleWrapper { name = "GRADLE_RUNNER" gradleParams = ( tasks + buildToolGradleParameters(isContinue = false) ).joinToString(separator = " ") skipConditionally() } } fun BuildSteps.adHocPerformanceTest(tests: List<String>) { gradleStep(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
os, arch, "%testJavaVersion%", "%testJavaVendor%", ) + buildToolGradleParameters(isContinue = false) ).joinToString(separator = " ") } removeSubstDirOnWindows(os) checkCleanM2AndAndroidUserHome(os) } })Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 5.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
if (buildType !is CompileAll) { conditions { doesNotEqual("skip.build", "true") } } } fun buildToolGradleParameters( isContinue: Boolean = true, maxParallelForks: String = "%maxParallelForks%", ): List<String> = listOf( // We pass the 'maxParallelForks' setting as 'workers.max' to limit the maximum number of executers even
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0)