Skip to content

Commit

Permalink
Add load() statements for the Bazel builtin top-level java symbols
Browse files Browse the repository at this point in the history
Loads are being added in preparation for moving the symbols out of Bazel and into `rules_java`.

PiperOrigin-RevId: 624858712
  • Loading branch information
java-team-github-bot authored and Guice Team committed Apr 15, 2024
1 parent 631e8e0 commit 1561d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osgi.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
""" Custom rule to generate OSGi Manifest """

load("@rules_java//java:defs.bzl", "JavaInfo")

def _osgi_jar_impl(ctx):
output = ctx.outputs.osgi_jar.path
pom_version = ctx.var.get("pom_version", "LOCAL-SNAPSHOT")
Expand Down

0 comments on commit 1561d4a

Please sign in to comment.