- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Gradleception (0.14 sec)
-
.teamcity/src/main/kotlin/configurations/Gradleception.kt
if (idParts.isNotEmpty()) { "With${idParts.joinToString(separator = "And")}" } else { "" } id("${model.projectId}_Gradleception$idSuffix") name = "Gradleception - ${labels.joinToString(separator = " ")}" val descriptionSuffix = if (descriptionParts.isNotEmpty()) { " (${descriptionParts.joinToString(separator = ", ")})"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.cache-miss-monitor.gradle.kts
"Component_GradlePlugin_Performance_PerformanceLatestReleased" ) fun Project.isExpectedCompileCacheMiss() = // Expected cache-miss: // 1. CompileAll is the seed build // 2. Gradleception which re-builds Gradle with a new Gradle version // 3. buildScanPerformance test, which doesn't depend on compileAll // 4. buildScanPerformance test, which doesn't depend on compileAll
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Apr 11 20:57:49 UTC 2025 - 4.8K bytes - Viewed (0)