Skip to content

Commit ff1abb2

Browse files
comiuscopybara-github
authored andcommitted
Add rules_java_builtin to the users of Java modules
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
1 parent 33b61e1 commit ff1abb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/google/devtools/build/lib/starlarkbuildapi/java/JavaBootstrap.java

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class JavaBootstrap implements Bootstrap {
3232
PackageIdentifier.createUnchecked("_builtins", ""),
3333
PackageIdentifier.createUnchecked("bazel_tools", ""),
3434
PackageIdentifier.createUnchecked("rules_java", ""),
35+
PackageIdentifier.createUnchecked("rules_java_builtin", ""),
3536
PackageIdentifier.createUnchecked("", "tools/build_defs/java"));
3637

3738
public JavaBootstrap(

0 commit comments

Comments
 (0)