Skip to content

Commit

Permalink
Removing gradle-graal plugin and adding graalvm-native-image-plugin. …
Browse files Browse the repository at this point in the history
…Also added recommendation to use official GraalVM plugins
  • Loading branch information
bhavikp19 authored and remkop committed Aug 26, 2023
1 parent a63975d commit 51a3252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13151,7 +13151,7 @@ path/to/native-image -cp picocli-4.7.5-SNAPSHOT.jar --static -jar myapp.jar

CAUTION: To create a native image, the compiler toolchain for your platform needs to be installed. See https://www.infoq.com/articles/java-native-cli-graalvm-picocli/[Build Great Native CLI Apps in Java with Graalvm and Picocli] for details.

GraalVM includes a https://graalvm.github.io/native-build-tools/latest/maven-plugin.html[Maven plugin] and a https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html[Gradle plugin] to generate a native image during the build. Gradle users may be interested in the https://github.com/palantir/gradle-graal[gradle-graal] plugin by Palantir also.
GraalVM includes a https://graalvm.github.io/native-build-tools/latest/maven-plugin.html[Maven plugin] and a https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html[Gradle plugin] to generate a native image during the build. Although we recommend using the official GraalVM plugins, gradle users may be interested in the https://github.com/mike-neck/graalvm-native-image-plugin[graalvm-native-image-plugin] plugin.

==== Where can I get More Details?

Expand Down

0 comments on commit 51a3252

Please sign in to comment.