We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5314654 + 06d2a70 commit 60821bdCopy full SHA for 60821bd
components/scripts/lib/gradle.sh
@@ -23,7 +23,7 @@ invoke_gradle() {
23
args+=(
24
-Dgradle.plugin-repository.url=https://plugins.gradle.org/m2
25
-Ddevelocity.plugin.version="3.14.1"
26
- -Ddevelocity.ccud-plugin.version="2.1"
+ -Ddevelocity.ccud-plugin.version="2.2"
27
)
28
fi
29
release/changes.md
@@ -8,3 +8,4 @@
8
- [FIX] Gradle experiments do not disable background Build Scan publication
9
- [FIX] Common Custom User Data Gradle plugin not injected for Gradle builds
10
- [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