Skip to content

Commit

Permalink
Java 17 requires at least Gradle 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 16, 2024
1 parent be68bb5 commit 907ac1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/rewrite/java-version-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ recipeList:
- org.openrewrite.java.migrate.lang.StringFormatted
- org.openrewrite.github.SetupJavaUpgradeJavaVersion:
minimumJavaMajorVersion: 17
- org.openrewrite.gradle.UpdateGradleWrapper:
version: 7.3
addIfMissing: false
- org.openrewrite.staticanalysis.InstanceOfPatternMatch
- org.openrewrite.java.migrate.RemoveMethodInvocation:
methodPattern: java.lang.Runtime traceInstructions(boolean)
Expand Down

0 comments on commit 907ac1c

Please sign in to comment.