File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/fvarrui/maven/plugin/javapackager Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ public static void main(String[] args) throws MojoExecutionException {
1414 new File ("." ),
1515 "/bin/bash" ,
1616 "-c" ,
17- "/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/jdeps" ,
18- "-q" ,
19- "--ignore-missing-deps" ,
20- "--print-module-deps" ,
21- "--multi-release" , "13" ,
22- "/Users/fran/teuton-panel/target/app/teuton-panel.app/Contents/Resources/Java/libs/*.jar" ,
17+ "/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/jdeps " +
18+ "-q " +
19+ "--ignore-missing-deps " +
20+ "--print-module-deps " +
21+ "--multi-release 13 " +
22+ "/Users/fran/teuton-panel/target/app/teuton-panel.app/Contents/Resources/Java/libs/*.jar " +
2323 "/Users/fran/teuton-panel/target/teuton-panel-0.1.1-runnable.jar"
2424 );
2525
You can’t perform that action at this time.
0 commit comments