We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb8aa5 commit 16430d6Copy full SHA for 16430d6
scripts/config.sh
@@ -262,9 +262,9 @@ elif [ "$JDKVER" == "13" ]; then
262
HOTSPOT_ABI=arm-sflt
263
JNI_PATH_FLAGS="--with-jni-libpath=/usr/lib/$DEB_HOST_MULTIARCH/jni:/lib/$DEB_HOST_MULTIARCH:/usr/lib/$DEB_HOST_MULTIARCH:/usr/lib/jni:/lib:/usr/lib"
264
265
-# OpenJDK 14 ea
+# OpenJDK 14
266
elif [ "$JDKVER" == "14" ]; then
267
- VERSION_POLICY="latest_tag"
+ VERSION_POLICY="latest_general_availability"
268
JAVA_REPO="https://github.com/openjdk/jdk14.git"
269
JAVA_SCM="git"
270
PATCHVER="jdk14"
0 commit comments