Skip to content

Commit

Permalink
Send users to GraalVM website for setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Jul 7, 2023
1 parent 70dd88c commit d1c4e41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 98 deletions.
65 changes: 0 additions & 65 deletions docs/src/docs/asciidoc/graalvm-setup.adoc

This file was deleted.

12 changes: 3 additions & 9 deletions docs/src/docs/asciidoc/gradle-plugin-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@ You will create a sample application, enable the plugin, add support for dynamic
Two ways of building a native executable using the plugin will be demonstrated:

- <<#build-a-native-executable-with-resources-autodetection,Build a Native Executable with Resources Autodetection>>
- <<#build-a-native-executable-detecting-resources-with-the-agent,Build a Native Executable Detecting Resources with the Agent>>
- <<#build-a-native-executable-detecting-resources-with-the-agent,Build a Native Executable Detecting Resources with the Agent>>
====
The plugin requires that you <<graalvm-setup.adoc#,setup GraalVM>>.
The plugin requires that you https://www.graalvm.org/latest/docs/getting-started/[setup GraalVM].
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!], simply run:
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!].
```
sdk install java 20.0.1-graal # for Oracle GraalVM for JDK 20
sdk install java 17.0.7-graal # for Oracle GraalVM for JDK 17
# (use `graal-ce` instead of `graal` for GraalVM Community Edition)
```
For other installation options, go to https://www.graalvm.org/downloads/[GraalVM Downloads].
====

Expand Down
10 changes: 2 additions & 8 deletions docs/src/docs/asciidoc/gradle-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,10 @@ You can find full samples in https://github.com/graalvm/native-build-tools/tree/
====

====
The plugin requires that you <<graalvm-setup.adoc#,setup GraalVM>>.
The plugin requires that you https://www.graalvm.org/latest/docs/getting-started/[setup GraalVM].
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!], simply run:
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!].
```
sdk install java 20.0.1-graal # for Oracle GraalVM for JDK 20
sdk install java 17.0.7-graal # for Oracle GraalVM for JDK 17
# (use `graal-ce` instead of `graal` for GraalVM Community Edition)
```
For other installation options, go to https://www.graalvm.org/downloads/[GraalVM Downloads].
====

Expand Down
10 changes: 2 additions & 8 deletions docs/src/docs/asciidoc/maven-plugin-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ This guide shows how to get started with the <<maven-plugin.adoc#,Maven plugin f
You will create a sample application, enable the plugin, add support for dynamic features, run JUnit tests, and build a native executable.

====
The plugin requires that you <<graalvm-setup.adoc#,setup GraalVM>>.
The plugin requires that you https://www.graalvm.org/latest/docs/getting-started/[setup GraalVM].
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!], simply run:
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!].
```
sdk install java 20.0.1-graal # for Oracle GraalVM for JDK 20
sdk install java 17.0.7-graal # for Oracle GraalVM for JDK 17
# (use `graal-ce` instead of `graal` for GraalVM Community Edition)
```
For other installation options, go to https://www.graalvm.org/downloads/[GraalVM Downloads].
====

Expand Down
10 changes: 2 additions & 8 deletions docs/src/docs/asciidoc/maven-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,10 @@ You can find full samples in https://github.com/graalvm/native-build-tools/tree/
====

====
The plugin requires that you <<graalvm-setup.adoc#,setup GraalVM>>.
The plugin requires that you https://www.graalvm.org/latest/docs/getting-started/[setup GraalVM].
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!], simply run:
The easiest way to install GraalVM is to use the https://sdkman.io/jdks[SDKMAN!].
```
sdk install java 20.0.1-graal # for Oracle GraalVM for JDK 20
sdk install java 17.0.7-graal # for Oracle GraalVM for JDK 17
# (use `graal-ce` instead of `graal` for GraalVM Community Edition)
```
For other installation options, go to https://www.graalvm.org/downloads/[GraalVM Downloads].
====

Expand Down

0 comments on commit d1c4e41

Please sign in to comment.