Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Running Rewrite without build tool plugins #245

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
timtebeek marked this conversation as resolved.
Show resolved Hide resolved
* [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)
timtebeek marked this conversation as resolved.
Show resolved Hide resolved
* [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.

Loading