Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for applyDefaultDependencies (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        buildType.steps {
            extraSteps()
            checkCleanM2AndAndroidUserHome(os, buildType)
        }
        buildType.addEc2PostBuild(os)
    
        applyDefaultDependencies(model, buildType)
    }
    
    fun applyDefaultDependencies(
        model: CIBuildModel,
        buildType: BuildType,
    ) {
        if (buildType !is CompileAll) {
            buildType.dependencies {
    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)
  2. .teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt

                    ),
                )
    
                checkCleanM2AndAndroidUserHome(os)
            }
    
            applyDefaultDependencies(model, this)
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 25 10:54:09 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  3. .teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt

            killProcessStep(KILL_PROCESSES_STARTED_BY_GRADLE, os, arch, executionMode = BuildStep.ExecutionMode.ALWAYS)
    
            steps {
                checkCleanM2AndAndroidUserHome(os)
            }
    
            applyDefaultDependencies(model, this)
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Dec 22 07:15:16 GMT 2025
    - 5.6K bytes
    - Click Count (0)
Back to Top