Skip to content

Commit 0cfc1fc

Browse files
committed
U include additional module paths when jlinking
1 parent fa2f6cf commit 0cfc1fc

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
@@ -130,6 +130,7 @@ protected File doApply(Packager packager) throws Exception {
130130
CommandUtils.execute(
131131
jlink,
132132
"--module-path", modulesDir,
133+
additionalModulePathsToParams(additionalModulePaths),
133134
"--add-modules", modules,
134135
"--output", destinationFolder,
135136
"--no-header-files",

0 commit comments

Comments
 (0)