Skip to content

Commit

Permalink
[#1908] DOC: Update the user manual GraalVM section to use the new of…
Browse files Browse the repository at this point in the history
…ficial native-maven-plugin
  • Loading branch information
remkop committed Jan 2, 2023
1 parent f1eaf7b commit 070d2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
* [#1855][#1857] DOC: Add new user manual section called [Rare Use Cases](https://picocli.info/#_rare_use_cases) detailing `System.exit` usage. Thanks to [Tadaya Tsuyukubo](https://github.com/ttddyy) for the pull request.
* [#1880] DOC: Improve documentation for negatable options that are true by default. Thanks to [Sebastian Hoß](https://github.com/sebhoss) for raising this.
* [#1815] DOC: Improve user manual section for non-validating ArgGroups. Thanks for [Paul Harris](https://github.com/rolfyone) for raising this.
*
* [#1908] DOC: Update the user manual GraalVM section to use the new official native-maven-plugin. Thanks to [tison](https://github.com/tisonkun) for the pull request.


## <a name="4.7.1-deprecated"></a> Deprecations
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18461,7 +18461,7 @@ <h4 id="_how_do_i_create_a_native_image_for_my_application"><a class="anchor" hr
</table>
</div>
<div class="paragraph">
<p>GraalVM includes a <a href="https://medium.com/graalvm/simplifying-native-image-generation-with-maven-plugin-and-embeddable-configuration-d5b283b92f57">Maven plugin</a>
<p>GraalVM includes a <a href="https://graalvm.github.io/native-build-tools/latest/maven-plugin.html">Maven plugin</a>
to generate a native image during the build.
Gradle users may be interested in the <a href="https://github.com/palantir/gradle-graal">gradle-graal</a> plugin by Palantir, or the <a href="https://plugins.gradle.org/plugin/org.mikeneck.graalvm-native-image">graalvm-native-image</a> plugin by Mike Neck.
(Documentation for both Maven and Gradle plugins seems sparse at time of this writing.)</p>
Expand Down

0 comments on commit 070d2e9

Please sign in to comment.