Skip to content

Commit

Permalink
Add rewrite-java-21 to support parsing Java 21+ projects (#872)
Browse files Browse the repository at this point in the history
* Add rewrite-java-21

Fixes openrewrite/rewrite#4534

* Continue to build on Java 17
  • Loading branch information
timtebeek authored Oct 1, 2024
1 parent acb511d commit c7eacb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-java-17</artifactId>
</dependency>
<dependency>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-java-21</artifactId>
</dependency>
<dependency>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-xml</artifactId>
Expand Down

0 comments on commit c7eacb6

Please sign in to comment.