Skip to content

Commit

Permalink
Use Java 21 locally already
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 26, 2024
1 parent 401c2f5 commit aff2872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.9-tem
java=21.0.2-tem
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/java-version-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ tags:
recipeList:
- org.openrewrite.java.migrate.util.ListFirstAndLast
- org.openrewrite.java.migrate.util.IteratorNext
- org.openrewrite.java.migrate.util.StreamFindFirst
- org.openrewrite.java.ChangeMethodName:
methodPattern: java.util.SortedSet first()
newMethodName: getFirst
Expand Down

0 comments on commit aff2872

Please sign in to comment.