Skip to content

Commit

Permalink
Remove Running Rewrite without build tool plugins
Browse files Browse the repository at this point in the history
We now recommend the Moderne CLI as an alternative to Maven and Gradle plugins.
  • Loading branch information
timtebeek committed Nov 10, 2023
1 parent 897f3a3 commit 4826cfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 122 deletions.
3 changes: 1 addition & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* [Quickstart: Setting up your project and running recipes](running-recipes/getting-started.md)
* [Running Rewrite on a Gradle project without modifying the build](running-recipes/running-rewrite-on-a-gradle-project-without-modifying-the-build.md)
* [Running Rewrite on a Maven project without modifying the build](running-recipes/running-rewrite-on-a-maven-project-without-modifying-the-build.md)
* [Running Rewrite without build tool plugins](running-recipes/running-rewrite-without-build-tool-plugins.md)
* [Running Rewrite on a multi-module Maven project](running-recipes/multi-module-maven.md)
* [Popular recipe guides](running-recipes/popular-recipe-guides/README.md)
* [Common static analysis issue remediation](running-recipes/popular-recipe-guides/common-static-analysis-issue-remediation.md)
Expand Down Expand Up @@ -1433,7 +1432,7 @@
* [Ensure the GKE metadata server is enabled](reference/recipes/terraform/gcp/ensurethegkemetadataserverisenabled.md)
* [Search](reference/recipes/terraform/search/README.md)
* [Find Terraform resource](reference/recipes/terraform/search/findresource.md)
* [Core](reference/recipes/core-README.md)
* [Core](reference/recipes/core-readme.md)
* [Delete files](reference/recipes/deletesourcefiles.md)
* [Find LST provenance](reference/recipes/findlstprovenance.md)
* [Find colliding source files](reference/recipes/findcollidingsourcefiles.md)
Expand Down
3 changes: 1 addition & 2 deletions running-recipes/running-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* [Quickstart: Setting up your project and running recipes](/running-recipes/getting-started.md)
* [Running Rewrite on a Gradle project without modifying the build](/running-recipes/running-rewrite-on-a-gradle-project-without-modifying-the-build.md)
* [Running Rewrite on a Maven project without modifying the build](/running-recipes/running-rewrite-on-a-maven-project-without-modifying-the-build.md)
* [Running Rewrite without build tool plugins](/running-recipes/running-rewrite-without-build-tool-plugins.md)
* [Running Rewrite on a multi-module Maven project](/running-recipes/multi-module-maven.md)
* [Popular recipe guides](/running-recipes/popular-recipe-guides/)
* [Popular recipe guides](/running-recipes/popular-recipe-guides/README.md)
* [Common static analysis issue remediation](/running-recipes/popular-recipe-guides/common-static-analysis-issue-remediation.md)
* [Automatically fix Checkstyle violations](/running-recipes/popular-recipe-guides/automatically-fix-checkstyle-violations.md)
* [Migrate to Java 17](/running-recipes/popular-recipe-guides/migrate-to-java-17.md)
Expand Down
118 changes: 0 additions & 118 deletions running-recipes/running-rewrite-without-build-tool-plugins.md

This file was deleted.

0 comments on commit 4826cfe

Please sign in to comment.