Skip to content

Commit

Permalink
Merge pull request #37294 from cescoffier/fix-major-of-java-21
Browse files Browse the repository at this point in the history
Fix the major version of Java 21
  • Loading branch information
gsmet authored Nov 24, 2023
2 parents 3ed7fd1 + 3d815e7 commit ed83cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ final class Known implements JavaVersion {
private static final int JAVA_11_MAJOR = 55;
private static final int JAVA_17_MAJOR = 61;
private static final int JAVA_19_MAJOR = 63;
private static final int JAVA_21_MAJOR = 66;
private static final int JAVA_21_MAJOR = 65;

private final int determinedMajor;

Expand Down

0 comments on commit ed83cfd

Please sign in to comment.