We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2559fa7 commit 3d815e7Copy full SHA for 3d815e7
core/deployment/src/main/java/io/quarkus/deployment/pkg/builditem/CompiledJavaVersionBuildItem.java
@@ -76,7 +76,7 @@ final class Known implements JavaVersion {
76
private static final int JAVA_11_MAJOR = 55;
77
private static final int JAVA_17_MAJOR = 61;
78
private static final int JAVA_19_MAJOR = 63;
79
- private static final int JAVA_21_MAJOR = 66;
+ private static final int JAVA_21_MAJOR = 65;
80
81
private final int determinedMajor;
82
0 commit comments