- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for compileAllDependency (0.73 seconds)
-
.teamcity/src/main/kotlin/util/RerunFlakyTest.kt
import common.KillProcessMode.KILL_PROCESSES_STARTED_BY_GRADLE import common.Os import common.applyDefaultSettings import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome import common.compileAllDependency import common.functionalTestExtraParameters import common.functionalTestParameters import common.gradleWrapper import common.killProcessStep import configurations.CompileAll
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 19 08:02:04 GMT 2025 - 5.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
import common.applyDefaultSettings import common.buildScanTagParam import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome import common.cleanUpGitUntrackedFilesAndDirectories import common.compileAllDependency import common.functionalTestParameters import common.gradleWrapper import common.killProcessStep import common.onlyRunOnGitHubMergeQueueBranch import jetbrains.buildServer.configs.kotlin.BuildFeatures
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 20 07:29:52 GMT 2025 - 8.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
snapshot { onDependencyFailure = FailureAction.FAIL_TO_START onDependencyCancel = FailureAction.FAIL_TO_START } } } fun Dependencies.compileAllDependency(compileAllId: String) { // Compile All has to succeed before anything else is started dependsOn(RelativeId(compileAllId)) // Get the build receipt from sanity check to reuse the timestampCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 15.6K bytes - Click Count (0)