Skip to content

Commit

Permalink
Fix postprocess in java_semantics.bzl
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 397692521
  • Loading branch information
comius authored and copybara-github committed Sep 20, 2021
1 parent bb9a488 commit 654410d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _preprocess(ctx):
def _postprocess(ctx, base_info):
return base_info.java_info

def _postprocess_plugin(base_info):
def _postprocess_plugin(ctx, base_info):
return base_info.java_info, base_info.default_info

semantics = struct(
Expand Down

0 comments on commit 654410d

Please sign in to comment.