Skip to content

Commit

Permalink
Added JDK 21 to builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Jun 3, 2024
1 parent 6d7e8b6 commit 3f6cd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion publish-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f6cd19

Please sign in to comment.