Skip to content

Commit

Permalink
Adding open-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 16, 2023
1 parent 5ab4918 commit caf986b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions eclipse/open-rewrite-recipes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<build>
<plugins>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.AddApache2LicenseHeader</recipe>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>
<recipe>org.openrewrite.java.migrate.Java8toJava11</recipe>
<recipe>org.openrewrite.java.migrate.UpgradeToJava17</recipe>
</activeRecipes>
</configuration>
</plugin>
</plugins>
</build>

0 comments on commit caf986b

Please sign in to comment.