Skip to content

Commit 947420a

Browse files
committed
[patch] Fix JDK14 builds by rebasing patches
1 parent c57d13c commit 947420a

6 files changed

Lines changed: 818 additions & 1 deletion

File tree

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
293293
JAVA_REPO="https://github.com/openjdk/jdk.git"
294294
fi
295295
JAVA_SCM="git"
296-
PATCHVER="jdk13"
296+
PATCHVER="jdk14"
297297
AUTOGEN_STYLE="v2"
298298
if [ "$BUILDER_TYPE" = "native" ]; then
299299
HOSTJDK="$BUILDDIR/jdk-ev3"

0 commit comments

Comments
 (0)