Skip to content

Commit

Permalink
Override singlejar in bazel_bootstrap_distfile_test.sh to avoid `re…
Browse files Browse the repository at this point in the history
…mote_java_tools`
  • Loading branch information
hvadehra committed Sep 10, 2024
1 parent e2ce98c commit e44b461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/bazel/bazel_bootstrap_distfile_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ default_java_toolchain(
jacocorunner = ":dummy.jar",
java_runtime = "@local_jdk//:jdk",
javabuilder = [":dummy.jar"],
oneversion = ":dummy.jar",
singlejar = [":dummy.jar"],
source_version = "${JAVA_VERSION}",
target_version = "${JAVA_VERSION}",
Expand Down

0 comments on commit e44b461

Please sign in to comment.