We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2f6cf commit 0cfc1fcCopy full SHA for 0cfc1fc
src/main/java/io/github/fvarrui/javapackager/packagers/BundleJre.java
@@ -130,6 +130,7 @@ protected File doApply(Packager packager) throws Exception {
130
CommandUtils.execute(
131
jlink,
132
"--module-path", modulesDir,
133
+ additionalModulePathsToParams(additionalModulePaths),
134
"--add-modules", modules,
135
"--output", destinationFolder,
136
"--no-header-files",
0 commit comments