diff --git a/modules/jre/21/configure.sh b/modules/jre/21/configure.sh index 4e4af97a..fdc8f6c2 100755 --- a/modules/jre/21/configure.sh +++ b/modules/jre/21/configure.sh @@ -14,7 +14,3 @@ chmod ug+x ${ARTIFACTS_DIR}/opt/jboss/container/openjdk/jre/* pushd ${ARTIFACTS_DIR} cp -pr * / popd - -# Set this JDK as the alternative in use -_arch="$(uname -i)" -alternatives --set java java-21-openjdk.${_arch}