Class DefaultGraalVmExtension

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void binaries​(org.gradle.api.Action<? super org.gradle.api.NamedDomainObjectContainer<NativeImageOptions>> spec)
      Configures the native image options.
      org.gradle.api.NamedDomainObjectContainer<NativeImageOptions> getBinaries()
      Returns the native image configurations used to generate images.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultGraalVmExtension

        @Inject
        public DefaultGraalVmExtension​(org.gradle.api.NamedDomainObjectContainer<NativeImageOptions> nativeImages)
    • Method Detail

      • getBinaries

        public org.gradle.api.NamedDomainObjectContainer<NativeImageOptions> getBinaries()
        Description copied from interface: GraalVMExtension
        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.
        Specified by:
        getBinaries in interface GraalVMExtension