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.
2 parents 32a7ac2 + 70b0142 commit 4344541Copy full SHA for 4344541
scripts/config.sh
@@ -239,7 +239,7 @@ elif [ "$JDKVER" == "12" ]; then
239
elif [ "$JDKVER" == "13" ]; then
240
VERSION_POLICY="latest_general_availability"
241
JAVA_SCM="git"
242
- JAVA_REPO="https://github.com/openjdk/jdk13.git"
+ JAVA_REPO="https://github.com/openjdk/jdk13u.git"
243
PATCHVER="jdk13"
244
AUTOGEN_STYLE="v2"
245
if [ "$BUILDER_TYPE" = "native" ]; then
0 commit comments