Skip to content

Commit

Permalink
Add rules_java_builtin to the users of Java modules
Browse files Browse the repository at this point in the history
rules_java_builtin is used in non-bzlmod mode to avoid downloading rules_java when accessing things in bazel_tools.

PiperOrigin-RevId: 570668563
Change-Id: I33ce9ab9460fa0522b1e9bf8ecf15ea53301b3de
  • Loading branch information
comius authored and copybara-github committed Oct 4, 2023
1 parent 33b61e1 commit ff1abb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class JavaBootstrap implements Bootstrap {
PackageIdentifier.createUnchecked("_builtins", ""),
PackageIdentifier.createUnchecked("bazel_tools", ""),
PackageIdentifier.createUnchecked("rules_java", ""),
PackageIdentifier.createUnchecked("rules_java_builtin", ""),
PackageIdentifier.createUnchecked("", "tools/build_defs/java"));

public JavaBootstrap(
Expand Down

0 comments on commit ff1abb2

Please sign in to comment.