Skip to content

Commit

Permalink
Update to GraalVM JDK 17.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 4, 2023
1 parent 3d69bcd commit 5f3b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export JDK_VERSION="${JDK_VERSION-java17}"
export DEFAULT_IMAGE="${DEFAULT_IMAGE-false}"

if [ "${JDK_VERSION}" = "java17" ]; then
GRAAL_JDK_VERSION="17.0.8"
GRAAL_JDK_VERSION="17.0.9"
BUILD_POLYGLOT=true
elif [ "${JDK_VERSION}" = "java20" ]; then
GRAAL_JDK_VERSION="20.0.2"
Expand Down

0 comments on commit 5f3b68b

Please sign in to comment.