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
|`mainClass`| Yes |`null`| Full path to your app main class. |
70
-
|`bundleJre`| No |`false`| Embed a customized JRE with the app. |
71
-
|`forceJreOptimization`| No |`false`| Although JDK version < 13, it will try to reduce the bundled JRE. |
72
-
|`jrePath`| No |`""`| Path to JRE folder. If specified, it will bundle this JRE with the app, and won't generate a customized JRE. For Java 8 version or least. |
73
-
|`administratorRequired`| No |`false`| If true, app will run with administrator privileges. |
74
-
|`additionalResources`| No |[]| Additional files and folders to include in the bundled app. |
75
-
|`generateInstaller`| No |`true`| Generate an installer for the app. |
76
-
|`displayName`| No |`${project.name}`| App name to show. |
77
-
|`iconFile`| No |`null`| Path to the app icon file (PNG, ICO or ICNS). |
78
-
|`licenseFile`| No |`${project.licenses[0].url}`| Path to project license file. |
79
-
|`url`| No |`null`| App website URL. |
80
-
|`organizationName`| No |`${project.organization.name}`| Organization name. |
81
-
|`organizationUrl`| No |`${project.organization.url}`| Organization website URL. |
82
-
|`organizationEmail`| No |`null`| Organization email. |
67
+
| Property | Mandatory | Default value | Description |
|`mainClass`| Yes |`null`| Full path to your app main class. |
70
+
|`bundleJre`| No |`false`| Embed a customized JRE with the app. |
71
+
|`forceJreOptimization`| No |`false`| Although JDK version < 13, it will try to reduce the bundled JRE. |
72
+
|`jrePath`| No |`""`| Path to JRE folder. If specified, it will bundle this JRE with the app, and won't generate a customized JRE. For Java 8 version or least. |
73
+
|`moduleDependenceAnalysisOption`| No |`"--list-deps"`| When generating a customized JRE, this option allows to specify a different Module dependence analysis option other than the default (--list-deps) for jdeps |
74
+
|`additionalModules`| No |`""`| When generating a customized JRE, allows adding aditional modules other than the ones identified by jdeps before calling jlink. |
75
+
|`administratorRequired`| No |`false`| If true, app will run with administrator privileges. |
76
+
|`additionalResources`| No |[]| Additional files and folders to include in the bundled app. |
77
+
|`generateInstaller`| No |`true`| Generate an installer for the app. |
78
+
|`displayName`| No |`${project.name}`| App name to show. |
79
+
|`iconFile`| No |`null`| Path to the app icon file (PNG, ICO or ICNS). |
80
+
|`licenseFile`| No |`${project.licenses[0].url}`| Path to project license file. |
81
+
|`url`| No |`null`| App website URL. |
82
+
|`organizationName`| No |`${project.organization.name}`| Organization name. |
83
+
|`organizationUrl`| No |`${project.organization.url}`| Organization website URL. |
84
+
|`organizationEmail`| No |`null`| Organization email. |
83
85
84
86
Some assets, such as application icons, could be located in `assets` folder organized by platform, and so it would not be necessary to specify the `iconFile` property:
0 commit comments