From 3f6cd19928deb7750226ff1020b73414b7edf800 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 3 Jun 2024 12:53:01 +0200 Subject: [PATCH] Added JDK 21 to builds. --- build-app.sh | 2 +- publish-app.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-app.sh b/build-app.sh index 152c5747..571cbfce 100755 --- a/build-app.sh +++ b/build-app.sh @@ -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 diff --git a/publish-app.sh b/publish-app.sh index f29a77f3..e3295363 100755 --- a/publish-app.sh +++ b/publish-app.sh @@ -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