Skip to content

Commit

Permalink
add Jetty 12.0 as a default version in generate-stackbrew-library.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Sep 13, 2023
1 parent 5e5ce48 commit fcbeb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ueo pipefail
shopt -s globstar

defaultJdk="jdk17"
defaultVersions=("11.0" "10.0" "9.4")
defaultVersions=("12.0" "11.0" "10.0" "9.4")
defaultImage="eclipse-temurin"
excludedBases=("azul")

Expand Down

0 comments on commit fcbeb1b

Please sign in to comment.