Skip to content

Commit

Permalink
Remove unused parameter in java_module rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 11, 2022
1 parent b11b441 commit 09cb0fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions java/private/module.bzl
Expand Up @@ -241,11 +241,5 @@ java_module = rule(
executable = True,
cfg = "exec",
),
"_singlejar": attr.label(
default = "@bazel_tools//tools/jdk:singlejar",
allow_files = True,
executable = True,
cfg = "exec",
),
},
)

0 comments on commit 09cb0fb

Please sign in to comment.