Skip to content

Commit cd86c5d

Browse files
committed
Build JDK13 GA
1 parent 38c417a commit cd86c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ elif [ "$JDKVER" == "12" ]; then
252252

253253
# OpenJDK 13
254254
elif [ "$JDKVER" == "13" ]; then
255-
VERSION_POLICY="latest_tag"
255+
VERSION_POLICY="latest_general_availability"
256256
JAVA_SCM="git"
257257
JAVA_REPO="https://github.com/openjdk/jdk13.git"
258258
PATCHVER="jdk13"

0 commit comments

Comments
 (0)