A Gradle plugin which creates a native executable via GraalVM's native-image. This is a thin wrapper of the native-image command.
89
stars
14
forks
source link
Make generateNativeImageConfig to depend on installNativeImage #62
Closed
mike-neck closed 4 years ago
Fix #52
dependsOn
configuration to generateNativeImageConfig task.generateNativeImageConfig
which verifies installNativeImage task to run.