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 16430d6 commit 4524116Copy full SHA for 4524116
scripts/config.sh
@@ -265,7 +265,7 @@ elif [ "$JDKVER" == "13" ]; then
265
# OpenJDK 14
266
elif [ "$JDKVER" == "14" ]; then
267
VERSION_POLICY="latest_general_availability"
268
- JAVA_REPO="https://github.com/openjdk/jdk14.git"
+ JAVA_REPO="https://github.com/openjdk/jdk14u.git"
269
JAVA_SCM="git"
270
PATCHVER="jdk14"
271
AUTOGEN_STYLE="v2"
0 commit comments