Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 056fb28

Browse files
committedMay 30, 2022
Fix Liberica NIK version in the refdoc
1 parent 0e51a0c commit 056fb28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎spring-native-docs/src/main/asciidoc/attributes.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
:github-prs: https://github.com/{github-repo}/pulls
2222

2323
:graalvm-version: 22.1.0
24+
:liberica-nik-version: 22.1
2425
:graalvm-docs: https://www.graalvm.org/reference-manual
2526
:graalvm-native-docs: {graalvm-docs}/native-image
2627
:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools

‎spring-native-docs/src/main/asciidoc/getting-started-native-build-tools.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ There are various distributions of the `native-image` compiler available, here w
2020
To install the native image compiler on MacOS or Linux, we recommend using https://sdkman.io/[SDKMAN]:
2121

2222
* https://sdkman.io/install[Install SDKMAN].
23-
* Install a GraalVM native-image distribution, either GraalVM CE (`grl` suffix) or Bellsoft Liberica NIK (`nik` suffix), here we go with Liberica NIK Java 11 variant: `sdk install java {graalvm-version}.r11-nik`
24-
* Make sure to use the newly installed JDK with `sdk use java {graalvm-version}.r11-nik`
23+
* Install a GraalVM native-image distribution, either GraalVM CE (`grl` suffix) or Bellsoft Liberica NIK (`nik` suffix), here we go with Liberica NIK Java 11 variant: `sdk install java {liberica-nik-version}.r11-nik`
24+
* Make sure to use the newly installed JDK with `sdk use java {liberica-nik-version}.r11-nik`
2525
* Run `gu install native-image` to bring in the native-image extensions to the JDK.
2626

2727
Alternatively, you can manually install builds from https://www.graalvm.org/downloads/[GraalVM] or https://bell-sw.com/pages/downloads/native-image-kit/[Liberica NIK]. Don't forget to set `JAVA_HOME` / `PATH` appropriately if needed and to run `gu install native-image` to bring in the native-image extensions.

0 commit comments

Comments
 (0)
This repository has been archived.