Skip to content

Commit

Permalink
more bazel 0.27 compatibility (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov authored and johnynek committed Jun 24, 2019
1 parent cf372c2 commit 20dbf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jar_jar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load(
)

def _jar_jar_impl(ctx):
ctx.action(
ctx.actions.run(
inputs=[ctx.file.rules, ctx.file.input_jar],
outputs=[ctx.outputs.jar],
executable=ctx.executable._jarjar_runner,
Expand Down

0 comments on commit 20dbf71

Please sign in to comment.