diff --git a/components/scripts/lib/gradle.sh b/components/scripts/lib/gradle.sh index e755a238..359e7115 100644 --- a/components/scripts/lib/gradle.sh +++ b/components/scripts/lib/gradle.sh @@ -23,7 +23,7 @@ invoke_gradle() { args+=( -Dgradle.plugin-repository.url=https://plugins.gradle.org/m2 -Ddevelocity.plugin.version="3.14.1" - -Ddevelocity.ccud-plugin.version="2.1" + -Ddevelocity.ccud-plugin.version="2.2" ) fi diff --git a/release/changes.md b/release/changes.md index b5c7cba1..d6360b04 100644 --- a/release/changes.md +++ b/release/changes.md @@ -8,3 +8,4 @@ - [FIX] Gradle experiments do not disable background Build Scan publication - [FIX] Common Custom User Data Gradle plugin not injected for Gradle builds - [FIX] Build Scan publishing is not enforced for the Develocity Gradle plugin +- [FIX] Experiments fail when `--enable-develocity` is used on a build that already applies the Develocity Gradle plugin