picocli-native-image-demo
picocli-native-image-demo copied to clipboard
Adopt `org.graalvm.buildtools.native` over `org.mikeneck.graalvm-native-image`
At present the mikeneck plugin is used in this example, but it could be good to also show how to use the GraalVM native-build-tools Gradle plugin. That one can combined with the GitHub Action for GraalVM, for an even easier setup as compared to what's shown currently.
Thank you for raising this! 🙏
Will you be able to provide a pull request for this?
Unfortunately I don't have the time right now; maybe in a couple weeks. Thought to log the issue here so others are at least aware that it also works with the GraalVM plugin & GitHub Action, for an easier & official way to get started.
Thanks to PR https://github.com/remkop/picocli-native-image-demo/pull/5 this project now uses the recommended GraalVM native-build-tools Gradle plugin.
If anyone feels like contributing a PR to let this project use the GitHub Action for GraalVM, that would be great!