Interface NativeImageRuntimeOptions
-
- All Known Subinterfaces:
NativeImageOptions
- All Known Implementing Classes:
BaseNativeImageOptions
,DeprecatedNativeImageOptions
public interface NativeImageRuntimeOptions
Options required when running a native image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gradle.api.provider.ListProperty<java.lang.String>
getRuntimeArgs()
Returns the arguments to use when launching the built image.
-