Skip to content

Commit bd5eecf

Browse files
MBoegerstimtebeek
andauthored
Set build tools to use Java 8 when running Java 8 upgrade (#924)
* add java build tool updates to java recipes * Drop recipes for 6 and 7 * Inline the recipes for 8 and 11 to avoid confusion in search & docs * Remove duplicate * Revert formatting change to unchanged file --------- Co-authored-by: Tim te Beek <[email protected]>
1 parent 76236f7 commit bd5eecf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/META-INF/rewrite/java-version-8.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ tags:
2525
- java8
2626
recipeList:
2727
- org.openrewrite.java.migrate.UpgradeToJava7
28+
- org.openrewrite.java.migrate.UpgradeJavaVersion:
29+
version: 8
2830
- org.openrewrite.java.migrate.MXBeanRule
2931
- org.openrewrite.java.migrate.BounceCastleFromJdk15OntoJdk18On
3032
- org.openrewrite.java.RemoveMethodInvocations:

0 commit comments

Comments
 (0)