Packages

p

com.typesafe.sbt.packager

graalvmnativeimage

package graalvmnativeimage

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait GraalVMNativeImageKeys extends AnyRef

    GraalVM settings

  2. trait GraalVMNativeImageKeysEx extends GraalVMNativeImageKeys

Value Members

  1. object GraalVMNativeImagePlugin extends AutoPlugin

    Plugin to compile ahead-of-time native executables.

    Plugin to compile ahead-of-time native executables.

    Example:
    1. Enable the plugin in the build.sbt

      enablePlugins(GraalVMNativeImagePlugin)

Ungrouped