mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Bump jdk
This commit is contained in:
parent
40af958800
commit
88e715db0d
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
2
dist/licenses/graalvm.properties
vendored
2
dist/licenses/graalvm.properties
vendored
|
@ -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/
|
Loading…
Reference in a new issue