Skip to content

Commit 16430d6

Browse files
committed
[config] feat: transition JDK14 to General Availability mode
1 parent 4fb8aa5 commit 16430d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ elif [ "$JDKVER" == "13" ]; then
262262
HOTSPOT_ABI=arm-sflt
263263
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"
264264

265-
# OpenJDK 14 ea
265+
# OpenJDK 14
266266
elif [ "$JDKVER" == "14" ]; then
267-
VERSION_POLICY="latest_tag"
267+
VERSION_POLICY="latest_general_availability"
268268
JAVA_REPO="https://github.com/openjdk/jdk14.git"
269269
JAVA_SCM="git"
270270
PATCHVER="jdk14"

0 commit comments

Comments
 (0)