Skip to content

Commit

Permalink
Mention that system scope can be searched within.
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Sep 19, 2024
1 parent b6577f9 commit 63252cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class DependencyInsight extends Recipe {

@Option(displayName = "Scope",
description = "Match dependencies with the specified scope. All scopes are searched by default.",
valid = {"compile", "test", "runtime", "provided"},
valid = {"compile", "test", "runtime", "provided", "system"},
example = "compile",
required = false)
@Nullable
Expand Down

0 comments on commit 63252cb

Please sign in to comment.