Skip to content

Commit

Permalink
Include UpdateSdkMan with UpgradeJavaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 27, 2024
1 parent 0c1df28 commit 741217d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public List<Recipe> getRecipeList() {
new UseMavenCompilerPluginReleaseConfiguration(version),
new UpdateMavenProjectPropertyJavaVersion(version),
new org.openrewrite.jenkins.UpgradeJavaVersion(version, null),
new UpdateJavaCompatibility(version, null, null, false, null)
new UpdateJavaCompatibility(version, null, null, false, null),
new UpdateSdkMan(String.valueOf(version), null)
);
}

Expand Down

0 comments on commit 741217d

Please sign in to comment.