Skip to content

Commit c7a35ff

Browse files
authored
Update Common Custom User Data Gradle Plugin to 1.12
Signed-off-by: Nelson Osacky <[email protected]>
1 parent d4e440e commit c7a35ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scripts/lib/gradle.sh

Lines changed: 1 addition & 1 deletion
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.11.3")
20+
args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=1.12")
2121
fi
2222

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

0 commit comments

Comments
 (0)