Closed
Description
As discussed with @vjovanov and @thomaswue, it would be great to see the GraalVM team introducing an official native image Gradle plugin that would provide the same features than the Maven one. Both could share the same core.
That would avoid the multiplication of the unofficial Gradle plugins:
- https://plugins.gradle.org/plugin/org.graalvm.plugin.native-image (you may want to contact the author to reclaim that namespace that looks official but is not)
- https://plugins.gradle.org/plugin/org.mikeneck.graalvm-native-image
- https://plugins.gradle.org/plugin/com.palantir.graal
That would allow the Spring Native team to provide support for Gradle in a container-less way, and would provide generally to users more confidence to GraalVM native image ecosystem. I also think that's a pre-requisite for proper testing support.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
sdeleuze commentedon Jun 15, 2021
Done via https://github.com/graalvm/native-build-tools/tree/master/native-gradle-plugin.