- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CompileAll (0.31 sec)
-
.teamcity/src/main/kotlin/common/CommonExtensions.kt
matches("teamcity.build.branch", "gh-readonly-queue/.*") } } fun BuildStep.skipConditionally(buildType: BuildType? = null) { // we need to run CompileALl unconditionally because of artifact dependency if (buildType !is CompileAll) { conditions { doesNotEqual("skip.build", "true") } } } fun buildToolGradleParameters( isContinue: Boolean = true,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)