File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,9 +337,9 @@ elif [ "$JDKVER" == "loom" ] || [ "$JDKVER" == "tip" ]; then
337337 HOSTJDK_FILE=" $BUILDDIR /jdk-ev3.tar.gz"
338338 # stretch and buster have different versions
339339 if [ " $BUILDER_DISTRO " = " stretch" ]; then
340- HOSTJDK_URL=" https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-14 /lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
340+ HOSTJDK_URL=" https://ci.adoptopenjdk.net/job/eljbuild/job/stretch-15 /lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
341341 else
342- HOSTJDK_URL=" https://ci.adoptopenjdk.net/job/eljbuild/job/buster-14 /lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
342+ HOSTJDK_URL=" https://ci.adoptopenjdk.net/job/eljbuild/job/buster-15 /lastSuccessfulBuild/artifact/build/jdk-ev3.tar.gz"
343343 fi
344344 else
345345 # same for both stretch & buster
You can’t perform that action at this time.
0 commit comments