Skip to content

Commit

Permalink
LSC(tp): Add load() statements for the builtin java rules & symbols
Browse files Browse the repository at this point in the history
BEGIN_PUBLIC

Add `load()`s for the builtin java rules & symbols

Loads are being added in preparation for moving the rules/symbols out of Bazel

END_PUBLIC

PiperOrigin-RevId: 685684392
  • Loading branch information
Googler authored and copybara-github committed Oct 15, 2024
1 parent ac8d6be commit 49f234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/intellij_plugin.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ intellij_plugin(
"""

load("@rules_java//java:defs.bzl", "java_binary", "java_import")
load("@rules_java//java:defs.bzl", "JavaInfo", "java_binary", "java_common", "java_import")
load(
"//build_defs:restrictions.bzl",
"RestrictedInfo",
Expand Down

0 comments on commit 49f234d

Please sign in to comment.