Skip to content

Commit 80407e1

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
Add load() statements for the Bazel builtin top-level java symbols
Loads are being added in preparation for moving the symbols out of Bazel and into `rules_java`. PiperOrigin-RevId: 624094333
1 parent 3ca26b5 commit 80407e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bazel/sonatype_artifact_bundle.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Returns:
3535
<artifact_id>_bundle.jar: The bundle JAR
3636
"""
3737

38+
load("@rules_java//java:defs.bzl", "java_common")
39+
3840
_SNAPSHOT = "1.0-SNAPSHOT"
3941

4042
def _sonatype_artifact_bundle(ctx):

0 commit comments

Comments
 (0)