diff --git a/settings.sh b/settings.sh index 088b79c..169e6d6 100644 --- a/settings.sh +++ b/settings.sh @@ -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.0" + GRAAL_JDK_VERSION="21.0.1" BUILD_POLYGLOT=false else echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2