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 Type
    Method
    Description
    org.gradle.api.provider.ListProperty<String>
    Returns the arguments to use when launching the built image.
  • Method Details

    • getRuntimeArgs

      @Input org.gradle.api.provider.ListProperty<String> getRuntimeArgs()
      Returns the arguments to use when launching the built image.
      Returns:
      The arguments. Returns an empty list if there are no arguments.