This commit is contained in:
crschnick 2024-09-20 12:44:57 +00:00
parent 40af958800
commit 88e715db0d
2 changed files with 3 additions and 3 deletions

View file

@ -32,8 +32,8 @@ If you are on Linux or macOS, you can easily accomplish that by running
```bash
curl -s "https://get.sdkman.io" | bash
. "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java 21.0.1-graalce
sdk default java 21.0.1-graalce
sdk install java 22.0.2-graalce
sdk default java 22.0.2-graalce
```
.
On Windows, you have to manually install a JDK, e.g. from [Adoptium](https://adoptium.net/temurin/releases/?version=21).

View file

@ -1,4 +1,4 @@
name=GraalVM Community
version=21.0.1
version=22.0.2
license=GPL2 with the Classpath Exception
link=https://www.graalvm.org/