You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
173
173
|`extra`|:x:|| Map with extra properties to be used in customized Velocity templates, accesible through `$info.extra` variable. |
174
174
|`fileAssociations`|:x:|[`FileAssociation[]`](https://github.com/fvarrui/JavaPackager/blob/master/src/main/java/io/github/fvarrui/javapackager/model/FileAssociation.java)| Associate file extensions or MIME types to the app. |
175
175
|`forceInstaller`|:x:|`false`| If `true`, skips operating system check when generating installers. |
176
+
|`nativeImage`|:x:|`false`| If `true`, generates a native-image. Note that `jdkVendor` must be set to `graalvm` for this to work. |
176
177
|`generateInstaller`|:x:|`true`| Generates an installer for the app. |
177
178
|`jdkVersion`|:x:|`17`| JDK version to download and use. Available versions for [adoptium](https://api.adoptium.net/v3/info/available_releases). |
178
179
|`jdkVendor`|:x:|`adoptium`| JDK vendor to download the JDK from. Currently supported: `adoptium`|
0 commit comments