File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ echo "\n"
88echo " shutdow"
99bazel shutdown
1010
11+ echo " \n"
12+ echo " \n"
13+ echo " cquery"
14+ bazel cquery " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2> /dev/null
15+
1116echo " \n"
1217echo " \n"
1318echo " --output build"
@@ -27,3 +32,9 @@ echo "\n"
2732echo " \n"
2833echo " --output starlark"
2934bazel 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
35+
36+ echo " \n"
37+ echo " \n"
38+ echo " cquery"
39+ bazel cquery " @bazel_tools//tools/jdk:current_java_toolchain + @bazel_tools//tools/jdk:current_java_runtime" 2> /dev/null
40+
You can’t perform that action at this time.
0 commit comments