Skip to content

Commit

Permalink
Removing duplicate application of RewriteDependencyCheck plugin
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 committed Jan 3, 2025
1 parent 1581112 commit 7a53216
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 7a53216

Please sign in to comment.