Skip to content

Commit

Permalink
use openrewrite/rewrite-rewrite instead of archived repository (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers authored Feb 6, 2025
1 parent 8591934 commit c55149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-run-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ on:
rootProject {
plugins.apply(org.openrewrite.gradle.RewritePlugin)
dependencies {
rewrite('org.openrewrite.recipe:rewrite-recommendations:latest.release')
rewrite('org.openrewrite.recipe:rewrite-rewrite:latest.release')
}
afterEvaluate {
if (repositories.isEmpty()) {
Expand Down

0 comments on commit c55149f

Please sign in to comment.