Skip to content

Commit

Permalink
Update to GraalVM JDK 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 10, 2024
1 parent 3d69bcd commit f5656bb
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 @@ -11,7 +11,7 @@ elif [ "${JDK_VERSION}" = "java20" ]; then
GRAAL_JDK_VERSION="20.0.2"
BUILD_POLYGLOT=true
elif [ "${JDK_VERSION}" = "java21" ]; then
GRAAL_JDK_VERSION="21.0.1"
GRAAL_JDK_VERSION="21.0.2"
BUILD_POLYGLOT=false
else
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2
Expand Down

0 comments on commit f5656bb

Please sign in to comment.