File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# upper-bounds dependency file at the root of the repo.
1010# There are two potential inputs to the script:
1111# 1. -f {file}: Custom file/path for the upper-bound dependencies to test
12- # 2. -l {deps_list}: Comma-separated list of dependencies to test (e.g. protobuf: 4.31.0,guava: 33.4.8-jre)
12+ # 2. -l {deps_list}: Comma-separated list of dependencies to test (e.g. protobuf= 4.31.0,guava= 33.4.8-jre)
1313# Note: Do not include the `-D` prefix or `.version` suffix. Those values will be appended when generating
1414# the maven command.
1515#
@@ -25,7 +25,7 @@ set -ex
2525function print_help() {
2626 echo " Unexpected input argument for this script."
2727 echo " Use -f {file} for the directory of the upper-bound dependencies file."
28- echo " Use -l {deps_list} for a comma-separated list of dependencies to test (Format: dep1: 1.0,dep2: 2.0)"
28+ echo " Use -l {deps_list} for a comma-separated list of dependencies to test (Format: dep1= 1.0,dep2= 2.0)"
2929}
3030
3131# Default to the upper bounds file in the root of the repo
You can’t perform that action at this time.
0 commit comments