Skip to content

Commit 91b5e80

Browse files
authored
Removing duplicate application of RewriteDependencyCheck plugin (#68)
The RewriteJava plugin applies the RewriteDependencyCheck plugin, we don't need to do this twice
1 parent 1581112 commit 91b5e80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/openrewrite/gradle/RewriteRecipeLibraryPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public void apply(Project project) {
3636
project.getPlugins().apply(RewriteJavaPlugin.class);
3737
project.getPlugins().apply(RewriteLicensePlugin.class);
3838
project.getPlugins().apply(RewriteMetadataPlugin.class);
39-
project.getPlugins().apply(RewriteDependencyCheckPlugin.class);
4039
project.getPlugins().apply(RewriteBuildInputLoggingPlugin.class);
4140
project.getPlugins().apply(RewritePublishPlugin.class);
4241
project.getPlugins().apply(PublishVerificationPlugin.class);

0 commit comments

Comments
 (0)