Skip to content

Commit 43e9363

Browse files
authored
Merge pull request #799 from gradle/erichaagdev/fix-ccud-prop
CCUD injection is fixed for Gradle builds
2 parents 1263171 + 2940fce commit 43e9363

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.1"
2727
)
2828
fi
2929

release/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
> The distributions of the Develocity Build Validation Scripts prefixed with `gradle-enterprise` are deprecated and will be removed in a future release. Migrate to the distributions prefixed with `develocity` instead.
33
44
- [FIX] Successful exit code returned when performance characteristics are unknown and `--fail-if-not-fully-cacheable` is used
5+
- [FIX] Common Custom User Data Gradle plugin not injected for Gradle builds

0 commit comments

Comments
 (0)