We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1581112 commit 91b5e80Copy full SHA for 91b5e80
src/main/java/org/openrewrite/gradle/RewriteRecipeLibraryPlugin.java
@@ -36,7 +36,6 @@ public void apply(Project project) {
36
project.getPlugins().apply(RewriteJavaPlugin.class);
37
project.getPlugins().apply(RewriteLicensePlugin.class);
38
project.getPlugins().apply(RewriteMetadataPlugin.class);
39
- project.getPlugins().apply(RewriteDependencyCheckPlugin.class);
40
project.getPlugins().apply(RewriteBuildInputLoggingPlugin.class);
41
project.getPlugins().apply(RewritePublishPlugin.class);
42
project.getPlugins().apply(PublishVerificationPlugin.class);
0 commit comments