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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
176
176
|`nativeImage`|:x:|`false`| If `true`, generates a native-image. Note that `jdkVendor` must be set to `graalvm` for this to work. |
177
177
|`generateInstaller`|:x:|`true`| Generates an installer for the app. |
178
178
|`jdkVersion`|:x:|`latest`| JDK version to download and use. The latest version is used by default. See all available versions here: [adoptium](https://api.adoptium.net/v3/info/available_releases). |
179
-
|`jdkVendor`|:x:|`adoptium`| JDK vendor to download the JDK from. Currently supported: `adoptium`|
179
+
|`jdkVendor`|:x:|`graalvm`| JDK vendor to download the JDK from. Currently supported: `adoptium, graalvm`|
180
180
|`jdkPath`|:x:|`null`| If null downloads (if necessary and also updates it if needed) the right JDK for the selected platform and sets this value to `<temp-dir>/jdk/win` or `<temp-dir>/jdk/linux` or `<temp-dir>/jdk/mac`. The downloaded JDK will be used to generate a customized JRE. |
0 commit comments