File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
342342 fi
343343 else
344344 # same for both stretch & buster
345- HOSTJDK=" $BUILDDIR /jdk-14 .0.1+7 "
346- HOSTJDK_FILE=" $BUILDDIR /OpenJDK14U-jdk_x64_linux_hotspot_14 .0.1_7 .tar.gz"
347- HOSTJDK_URL=" https://github.com/AdoptOpenJDK/openjdk14 -binaries/releases/download/jdk-14 .0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14 .0.1_7 .tar.gz"
345+ HOSTJDK=" $BUILDDIR /jdk-15 .0.1+9 "
346+ HOSTJDK_FILE=" $BUILDDIR /OpenJDK15U-jdk_x64_linux_hotspot_15 .0.1_9 .tar.gz"
347+ HOSTJDK_URL=" https://github.com/AdoptOpenJDK/openjdk15 -binaries/releases/download/jdk-15 .0.1%2B9/OpenJDK15U-jdk_x64_linux_hotspot_15 .0.1_9 .tar.gz"
348348 fi
349349 IMAGEDIR=" $JDKDIR /build/linux-arm-${JDKVM} -${HOTSPOT_DEBUG} /images"
350350 HOTSPOT_ABI=arm-sflt
You can’t perform that action at this time.
0 commit comments