Skip to content

Commit

Permalink
Deprecate RemoveRedundantDependencyVersions.onlyIfVersionsMatch in …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
timtebeek committed Sep 16, 2024
1 parent 0535297 commit c39a083
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public class RemoveRedundantDependencyVersions extends Recipe {
String artifactPattern;

@Option(displayName = "Only if versions match",
description = "Only remove the explicit version if it exactly matches the managed dependency version. " +
description = "Deprecated; use `onlyIfManagedVersionIs` instead. " +
"Only remove the explicit version if it exactly matches the managed dependency version. " +
"When `false` explicit versions will be removed if they are older than or equal to the managed dependency version. " +
"Default `true`.",
required = false)
Expand Down

0 comments on commit c39a083

Please sign in to comment.