We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 894bf0a + f9e8440 commit c535213Copy full SHA for c535213
components/scripts/lib/gradle.sh
@@ -17,7 +17,7 @@ invoke_gradle() {
17
if [ "$enable_ge" == "on" ]; then
18
args+=("-Dcom.gradle.enterprise.build-validation.gradle.plugin-repository.url=https://plugins.gradle.org/m2")
19
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")
+ args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0")
21
fi
22
23
if [ -n "${ge_server}" ]; then
0 commit comments