You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/scripts/gradle/05-validate-remote-build-caching-ci-local.sh
+6-6
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ git_branch=''
35
35
project_dir=''
36
36
tasks=''
37
37
extra_args=''
38
-
enable_ge=''
39
-
ge_server=''
38
+
enable_develocity=''
39
+
develocity_server=''
40
40
interactive_mode=''
41
41
42
42
ci_build_scan_url=''
@@ -148,7 +148,7 @@ validate_required_args() {
148
148
fi
149
149
fi
150
150
151
-
if [[ "${enable_ge}"=="on"&&-z"${ge_server}" ]];then
151
+
if [[ "${enable_develocity}"=="on"&&-z"${develocity_server}" ]];then
152
152
_PRINT_HELP=yes die "ERROR: Missing required argument when enabling Develocity on a project not already connected: --develocity-server""${INVALID_INPUT}"
0 commit comments