- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for updateReleasedVersions (0.07 sec)
-
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: IntRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 22:01:30 UTC 2025 - 17.7K bytes - Viewed (0)