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
local default_remote_cache_type="<project default>"
394
-
prompt_for_setting "What is the remote build cache type to use? [develocity, gradle-enterprise, http, or <BLANK>]""${remote_build_cache_type}""${default_remote_cache_type}" remote_build_cache_type
394
+
prompt_for_setting "What is the remote build cache connector type to use? [develocity, gradle-enterprise, http, or <BLANK>]""${remote_build_cache_type}""${default_remote_cache_type}" remote_build_cache_type
395
395
396
396
if [[ -n"${remote_build_cache_type}"&&"${remote_build_cache_type}"!='http'&&"${remote_build_cache_type}"!='gradle-enterprise'&&"${remote_build_cache_type}"!='develocity' ]];then
397
397
print_bl
398
-
die "ERROR: Invalid value for remote build cache type. Values are 'develocity', 'gradle-enterprise', 'http', or <BLANK> for project default.""${INVALID_INPUT}"
398
+
die "ERROR: Invalid value for remote build cache connector type. Values are 'develocity', 'gradle-enterprise', 'http', or <BLANK> for project default.""${INVALID_INPUT}"
399
399
fi
400
400
401
401
if [[ "${remote_build_cache_type}"=="${default_remote_cache_type}" ]];then
Copy file name to clipboardExpand all lines: components/scripts/lib/cli-parsers/gradle/05-cli-parser.m4
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ function print_help() {
31
31
print_option_usage -p
32
32
print_option_usage -t
33
33
print_option_usage -a
34
-
print_option_usage "-y, --remote-build-cache-type""Specifies the type of remote build cache to use in the second build run locally. Values are 'develocity', 'gradle-enterprise', or 'http'."
34
+
print_option_usage "-y, --remote-build-cache-type""Specifies the remote build cache connector type to use in the second build run locally. Values are 'develocity', 'gradle-enterprise', or 'http'."
35
35
print_option_usage "-u, --remote-build-cache-url""Specifies the URL for the remote build cache to access in the second build run locally."
0 commit comments