Interface NativeImageRuntimeOptions
- All Known Subinterfaces:
NativeImageOptions
- All Known Implementing Classes:
BaseNativeImageOptions
public interface NativeImageRuntimeOptions
Options required when running a native image.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.ListProperty<String>
Returns the arguments to use when launching the built image.
-
Method Details
-
getRuntimeArgs
Returns the arguments to use when launching the built image.- Returns:
- The arguments. Returns an empty list if there are no arguments.
-