Interface GraalVMExtension

  • All Known Implementing Classes:
    DefaultGraalVmExtension

    public interface GraalVMExtension
    This is the entry point for configuring GraalVM relative features provided by this plugin.
    • Method Detail

      • getBinaries

        org.gradle.api.NamedDomainObjectContainer<NativeImageOptions> getBinaries()
        Returns the native image configurations used to generate images. By default, this plugin creates two images, one called "main" for the main application and another one called "test" for tests.
      • binaries

        void binaries​(org.gradle.api.Action<? super org.gradle.api.NamedDomainObjectContainer<NativeImageOptions>> spec)
        Configures the native image options.