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.
1 parent ee8e2a0 commit a9efa37Copy full SHA for a9efa37
archives-bootstrap.sh
@@ -14,7 +14,7 @@ fi
14
# OpenJDK 13 is first version built using GCC (no need for Solaris Studio).
15
# OpenJDK 16 is needed to bootstrap LTS version 17.
16
17
-for VERSION in 13 16; do
+for VERSION in 13 16 20; do
18
if [ $VERSION -lt 12 ] ; then
19
JAVADIR="./build_dir/jdk${VERSION}u/build/solaris-$JDK_PLATFORM-normal-server-release/jdk"
20
else
0 commit comments