Skip to content

Commit bd7248f

Browse files
committed
U ignore missing deps when bundling a jre for java 11
1 parent b2a7051 commit bd7248f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/BundleJre.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ protected String getRequiredModules(File libsFolder, boolean customizedJre, File
225225
jdeps.getAbsolutePath(),
226226
"-q",
227227
"--multi-release", JavaUtils.getJavaMajorVersion(),
228+
"--ignore-missing-deps",
228229
"--list-deps",
229230
additionalModulePathsToParams(additionalModulePaths),
230231
jarLibs,

0 commit comments

Comments
 (0)