Skip to content

Commit

Permalink
Fix stamping of jars in java_import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495775222
Change-Id: I63fdf1b3599be0efc40a93c66852c691eebe83ab
  • Loading branch information
cushon authored and copybara-github committed Dec 16, 2022
1 parent 095d2c7 commit 152cdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/starlark/builtins_bzl/common/java/java_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def _process_with_ijars_if_needed(jars, ctx):
interface_jar = ctx.actions.declare_file(interface_jar_directory)
java_common.run_ijar(
ctx.actions,
target_label = ctx.label,
jar = jar,
output = interface_jar,
java_toolchain = semantics.find_java_toolchain(ctx),
Expand Down

0 comments on commit 152cdc9

Please sign in to comment.