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 1dcbfdb commit 28f9464Copy full SHA for 28f9464
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=2.0")
+ args+=("-Dcom.gradle.enterprise.build-validation.ccud.plugin.version=2.0.2")
21
fi
22
23
if [ -n "${ge_server}" ]; then
0 commit comments