Update docs now that GraalVM 22.3 is fully available

Closes gh-32813
This commit is contained in:
Andy Wilkinson
2022-11-08 12:28:14 +00:00
parent 6a2f2a0afd
commit df2445a6be
2 changed files with 1 additions and 3 deletions

View File

@@ -112,4 +112,4 @@
:tomcat-docs: https://tomcat.apache.org/tomcat-{tomcat-version}-doc
:graal-version: 22.3
:graal-native-image-docs: https://www.graalvm.org/{graal-version}/reference-manual/native-image
:liberica-nik-download: https://bell-sw.com/pages/downloads/native-image-kit/#/nik-22-17-ea
:liberica-nik-download: https://bell-sw.com/pages/downloads/native-image-kit/#/nik-22-17

View File

@@ -150,8 +150,6 @@ You can use them to perform a variety of GraalVM tasks, including generating a n
To build a native image using the Native Build Tools, you'll need a GraalVM distribution on your machine.
You can either download it manually on the {liberica-nik-download}[Liberica Native Image Kit page], or you can use a download manager like SDKMAN!.
NOTE: If you download it manually, make sure to download the NIK 22-EA version, which is based on GraalVM 22.3.
[[native-image.developing-your-first-application.native-build-tools.prerequisites.linux-macos]]
===== Linux and MacOS