We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e440e commit c7a35ffCopy full SHA for c7a35ff
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.11.3")
+ args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=1.12")
21
fi
22
23
if [ -n "${ge_server}" ]; then
0 commit comments