Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for applyDefaultDependencies (0.07 sec)

  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 {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Nov 20 07:29:52 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt

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

                        checkCleanM2AndAndroidUserHome(os)
                    }
                }
    
                applyDefaultDependencies(model, this)
            },
        )
    
    fun getPerformanceTestTaskNames(
        performanceSubProject: String,
        testProjects: List<String>,
        performanceTestTaskSuffix: String,
    ): List<String> =
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 6K bytes
    - Viewed (0)
  4. .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)
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 22 07:15:16 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top