- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for UpdateReleasedVersions (0.11 seconds)
-
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildParams.kt
*/ val Project.isPromotionBuild: Boolean get() { val taskNames = gradle.startParameter.taskNames return taskNames.contains("promotionBuild") || taskNames.any { it.contains("updateReleasedVersions") } } /** * Override the version of Groovy bundled by Gradle. Must be greater than or equal to the major version of Groovy used by Gradle. */ val Project.bundleGroovyMajor: IntCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 05:13:29 GMT 2026 - 18K bytes - Click Count (0)