Added JDK 21 to builds.

This commit is contained in:
Corneil du Plessis
2024-06-03 12:53:01 +02:00
parent 6d7e8b68ad
commit 3f6cd19928
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ pushd "$PROJECT_FOLDER" >/dev/null
check_env ARTIFACTORY_PASSWORD
fi
if [[ "$VERSION" != "3."* ]]; then
JDKS="17"
JDKS="17 21"
if [ "$DEFAULT_JDK" == "" ]; then
DEFAULT_JDK=17
fi

View File

@@ -29,7 +29,7 @@ pushd "$PROJECT_FOLDER" > /dev/null
fi
echo "Project Version:$VERSION"
if [[ "$VERSION" != "3."* ]]; then
JDKS="17"
JDKS="17 21"
if [ "$DEFAULT_JDK" == "" ];then
DEFAULT_JDK="17"
fi