Skip to content

Commit f9e8440

Browse files
authored
Bump injected Common Custom User Data Gradle plugin version to 2.0
Signed-off-by: Clay Johnson <[email protected]>
1 parent 894bf0a commit f9e8440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/scripts/lib/gradle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ invoke_gradle() {
1717
if [ "$enable_ge" == "on" ]; then
1818
args+=("-Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2")
1919
args+=("-Dcom.gradle.enterprise.build-validation.gradle-enterprise.plugin.version=3.14.1")
20-
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=1.13")
20+
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0")
2121
fi
2222

2323
if [ -n "${ge_server}" ]; then

0 commit comments

Comments
 (0)