Skip to content

Commit

Permalink
Fix the default config in spotbugs_test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismgrayftsinc authored Jul 17, 2023
1 parent 19e360a commit 2f0f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/private/spotbugs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spotbugs_test = rule(
allow_files = False,
),
"config": attr.label(
default = "//java:spotbugs-default-config",
default = "@contrib_rules_jvm//java:spotbugs-default-config",
providers = [
SpotBugsInfo,
],
Expand Down

0 comments on commit 2f0f8ab

Please sign in to comment.