Skip to content

Commit

Permalink
Fix JVM example
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 28, 2024
1 parent b577e13 commit ea91ab8
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -21,12 +21,14 @@
START_BATCH=$(date +%s)
set +e
set -x
bazel build {targets} \
--aspects build_tools/bazel_rules/jar_scanner/rule.bzl%jar_scanner_aspect \
--output_groups=+jar_scanner_out \
--override_repository=external_build_tooling_gen={bzl_gen_build_path} \
--override_repository=external_build_tooling_gen=${{BZL_GEN_BUILD_TOOLS_PATH}} \
--show_result=1000000 2> /tmp/cmd_out
RET=$?
set +x
if [ "$RET" != "0" ]; then
cat /tmp/cmd_out
exit $RET
Expand Down

0 comments on commit ea91ab8

Please sign in to comment.