Skip to content

Commit

Permalink
update the generated tags for java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Nov 10, 2023
1 parent 0d62166 commit 841f48d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ueo pipefail
shopt -s globstar

defaultJdk="jdk17"
defaultJdk="jdk21"
defaultVersions=("12.0" "11.0" "10.0" "9.4")
defaultImage="eclipse-temurin"
excludedBases=("azul")
Expand All @@ -19,7 +19,8 @@ isDefaultVersion() {

declare -A aliases
aliases=(
[eclipse-temurin-12.0-jdk17]='latest jdk17'
[eclipse-temurin-12.0-jdk21]='latest jdk21'
[eclipse-temurin-12.0-jdk17]='jdk17'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 841f48d

Please sign in to comment.