- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for applyDefaultDependencies (3.18 sec)
-
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
buildType.steps { extraSteps() checkCleanM2AndAndroidUserHome(os, buildType) } applyDefaultDependencies(model, buildType, dependsOnQuickFeedbackLinux) } fun applyDefaultDependencies(model: CIBuildModel, buildType: BuildType, dependsOnQuickFeedbackLinux: Boolean) { if (dependsOnQuickFeedbackLinux) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
"org.gradle.performance.regression.corefeature.TaskAvoidancePerformanceTest.help with lazy and eager tasks" ) ) checkCleanM2AndAndroidUserHome(os) } applyDefaultDependencies(model, this, true)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 18 07:02:47 UTC 2024 - 3.1K bytes - Viewed (0) -
.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, true)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 3.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
checkCleanM2AndAndroidUserHome(os) } } applyDefaultDependencies(model, this, !performanceTestBuildSpec.withoutDependencies) } ) fun getPerformanceTestTaskNames(performanceSubProject: String, testProjects: List<String>, performanceTestTaskSuffix: String): List<String> {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 5.6K bytes - Viewed (0)