Skip to content

Commit

Permalink
Update GraalVM version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 17, 2024
1 parent 7ea7c2a commit 72c02bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ developers=Graeme Rocher
kotlin.stdlib.default.dependency=false

# For the docs
graalVersion=22.0.0.2
graalVersion=21.0.5

org.gradle.caching=true
org.gradle.parallel=true
Expand Down
4 changes: 2 additions & 2 deletions src/main/docs/guide/languageSupport/graal/graalServices.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ To build your native image without using Docker, install the GraalVM SDK via the
.Installing GraalVM {graalVersion} with SDKman
[source,bash,subs="attributes+"]
----
$ sdk install java {graalVersion}.r11-grl
$ sdk use java {graalVersion}.r11-grl
$ sdk install java {graalVersion}-graal
$ sdk use java {graalVersion}-graal
----

The `native-image` tool was extracted from the base GraalVM distribution and is available as a plugin. To install it, run:
Expand Down

0 comments on commit 72c02bb

Please sign in to comment.