File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ SCRIPT_DIR="$(dirname "$0")"
66echo " \n"
77echo " \n"
88echo " --output build"
9- bazel cquery --output build " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime"
9+ bazel cquery --output build " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2> /dev/null
1010
1111echo " \n"
1212echo " \n"
1313echo " --output starlark"
14- bazel cquery --output starlark --starlark:file $SCRIPT_DIR /toolchains-query-format.scl " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime"
14+ bazel cquery --output starlark --starlark:file $SCRIPT_DIR /toolchains-query-format.scl " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2> /dev/null
1515
1616echo " \n"
1717echo " \n"
You can’t perform that action at this time.
0 commit comments