Skip to content

Commit

Permalink
Remove default rewrite-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shanman190 committed Nov 25, 2024
1 parent 1cf04f9 commit 44ba6a8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ public void apply(Project project) {
project.getPlugins().apply(RewriteRecipeAuthorAttributionPlugin.class);
// project.getPlugins().apply(RewriteRecipeExamplesPlugin.class);

project.getDependencies().add("testImplementation",
"org.openrewrite:rewrite-test:" + ext.getRewriteVersion().get());

project.getExtensions().create("recipeDependencies", RecipeDependenciesExtension.class);
project.getTasks().register("downloadRecipeDependencies", RecipeDependenciesDownloadTask.class);
}
Expand Down

0 comments on commit 44ba6a8

Please sign in to comment.