mike-neck / graalvm-native-image-plugin

A Gradle plugin which creates a native executable via GraalVM's native-image. This is a thin wrapper of the native-image command.
Apache License 2.0
89 stars 14 forks source link

WIP Add feature to pass parameters by file #144

Closed mike-neck closed 3 years ago

mike-neck commented 3 years ago

The feature may resolve #143 . But native-image command seems does not support arguments file feature.

mike-neck commented 3 years ago

Explicit file use is currently unavailable in native-image. Users can make command short via jar's Class-Path attribute.