Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for compileAllDependency (0.34 sec)

  1. .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
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

    import common.VersionedSettingsBranch
    import common.applyDefaultSettings
    import common.buildToolGradleParameters
    import common.checkCleanM2AndAndroidUserHome
    import common.cleanUpGitUntrackedFilesAndDirectories
    import common.compileAllDependency
    import common.dependsOn
    import common.functionalTestParameters
    import common.gradleWrapper
    import common.killProcessStep
    import common.onlyRunOnGitHubMergeQueueBranch
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 8K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/common/extensions.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 timestamp
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top