Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-60327] Update {graalVersion} version for docs. #11452

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 a GraalVM JDK. The easi
.Installing GraalVM {graalVersion} with SDKMAN!
[source,bash,subs="attributes+"]
----
$ sdk install java {graalVersion}.-graal
$ sdk use java {graalVersion}.-graal
$ sdk install java {graalVersion}-graal
$ sdk use java {graalVersion}-graal
----

Once you install GraalVM, the `native-image` tool becomes available.
Expand Down
Loading