Skip to content

Commit 7048ad9

Browse files
committed
Update README.md
1 parent e1ef013 commit 7048ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Where:
7373
| -------------------------------- | --------- | ------------------------------ | ------------------------------------------------------------ |
7474
| `mainClass` | Yes | `null` | Full path to your app main class. |
7575
| `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. |
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. |
7777
| `forceJreOptimization` | No | `false` | Although JDK version < 13, it will try to reduce the bundled JRE. :warning: **DEPRECATED since v0.8.7** |
7878
| `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. |
7979
| `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

Comments
 (0)