Skip to content

Commit 60821bd

Browse files
authored
Merge pull request #812 from gradle/upgradebot/bump-ccud-gradle-plugin-2.2
Bump references to Common Custom User Data Gradle plugin from 2.1 to 2.2
2 parents 5314654 + 06d2a70 commit 60821bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/scripts/lib/gradle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ invoke_gradle() {
2323
args+=(
2424
-Dgradle.plugin-repository.url=https://plugins.gradle.org/m2
2525
-Ddevelocity.plugin.version="3.14.1"
26-
-Ddevelocity.ccud-plugin.version="2.1"
26+
-Ddevelocity.ccud-plugin.version="2.2"
2727
)
2828
fi
2929

release/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- [FIX] Gradle experiments do not disable background Build Scan publication
99
- [FIX] Common Custom User Data Gradle plugin not injected for Gradle builds
1010
- [FIX] Build Scan publishing is not enforced for the Develocity Gradle plugin
11+
- [FIX] Experiments fail when `--enable-develocity` is used on a build that already applies the Develocity Gradle plugin

0 commit comments

Comments
 (0)