Skip to content

Commit

Permalink
Removing duplicate application of RewriteDependencyCheck plugin (#68)
Browse files Browse the repository at this point in the history
The RewriteJava plugin applies the RewriteDependencyCheck plugin, we don't need to do this twice
  • Loading branch information
lkerford authored Jan 3, 2025
1 parent 1581112 commit 91b5e80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void apply(Project project) {
project.getPlugins().apply(RewriteJavaPlugin.class);
project.getPlugins().apply(RewriteLicensePlugin.class);
project.getPlugins().apply(RewriteMetadataPlugin.class);
project.getPlugins().apply(RewriteDependencyCheckPlugin.class);
project.getPlugins().apply(RewriteBuildInputLoggingPlugin.class);
project.getPlugins().apply(RewritePublishPlugin.class);
project.getPlugins().apply(PublishVerificationPlugin.class);
Expand Down

0 comments on commit 91b5e80

Please sign in to comment.