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. |
75
75
|`bundleJre`| No |`false`| Embed a customized JRE with the app. |
76
-
|`customizedJre`| No |`true`| If this option and `bundleJre` are `true`, a customized JRE will be generated, including only needed modules. If not, all modules will be included. |
76
+
|`customizedJre`| No |`true`| If `true`, a customized JRE will be generated, including only needed modules. Otherwise, all modules will be included. |
77
77
|`forceJreOptimization`| No |`false`| Although JDK version < 13, it will try to reduce the bundled JRE. :warning:**DEPRECATED since v0.8.7**|
78
78
|`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. |
79
79
|`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`. :warning:**DEPRECATED since v0.8.7**|
0 commit comments