Skip to content

Commit

Permalink
Update one version allowlist flag
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677621922
Change-Id: I3a804de7409075bb790018a8c49dee0b9bf90ce4
  • Loading branch information
cushon authored and copybara-github committed Sep 23, 2024
1 parent 8b368bf commit a755d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/java.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def _check_one_version(
args.use_param_file("@%s", use_always = True)

args.add("--output", output)
args.add("--whitelist", allowlist)
args.add("--allowlist", allowlist)
if one_version_enforcement_level == "WARNING":
args.add("--succeed_on_found_violations")
args.add_all(
Expand Down

0 comments on commit a755d67

Please sign in to comment.