Because of
|
jdk_distro="ms" |
|
get_jdk_distro() { |
|
VERSION="$1" |
|
if echo "${VERSION}" | grep -E '^8([\s\.]|$)' > /dev/null 2>&1; then |
|
jdk_distro="tem" |
|
fi |
|
} |
it is currently not possible to install the sdk from a different distro than
ms. Thus, currently it is not possible to use java 18.
Because of
features/src/java/install.sh
Lines 80 to 86 in 0258e7e
it is currently not possible to install the sdk from a different distro than
ms. Thus, currently it is not possible to use java 18.