Skip to content

Commit

Permalink
migrate to new rewrite-rewrite for best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers committed Feb 2, 2025
1 parent bc4abf8 commit 8f623fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-recommendations</artifactId>
<version>1.14.1</version>
<artifactId>rewrite-rewrite</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: com.yourorg.ApplyRecipeBestPractices
displayName: Apply Recipe best practices
description: Apply best practices to your recipes, through OpenRewrite's best practices recipe & IntelliJ IDEA plugin.
recipeList:
- org.openrewrite.recipes.OpenRewriteBestPractices
- org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices

0 comments on commit 8f623fc

Please sign in to comment.