Skip to content

Commit

Permalink
Add documentation for nativeImageJvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Sep 9, 2020
1 parent 56700d2 commit 9a112a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ native-image generation and to automate your native-image workflows.
binary
- [`nativeImageVersion`](#nativeimageversion): the GraalVM version to use for
native-image
- [`nativeImageJvm`](#nativeimagejvm): the GraalVM JVM version to use for
native-image
- [`nativeImageCommand`](#nativeimagecommand): the command to launch
`native-image`
- [`nativeImageReady`](#nativeimageready): callback hook when native-image is
Expand Down Expand Up @@ -136,6 +138,17 @@ CI to generate the binary in a specific place.

**Example usage**: `nativeImageVersion := "19.3.3"`

### `nativeImageJvm`

**Type**: `SettingKey[String]`

**Description**: the GraalVM JVM version to use.

**Default**: `"graalvm-java11"`. Must be one of: `"graalvm-java11"`, `"graalvm"`
(Java 8).

**Example usage**: `nativeImageVersion := "graalvm"`

### `nativeImageCommand`

**Type**: `TaskKey[Seq[String]]`
Expand Down

0 comments on commit 9a112a3

Please sign in to comment.