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 6724da9 commit 62e1f45Copy full SHA for 62e1f45
src/main/java/fvarrui/maven/plugin/javapackager/Main.java
@@ -12,6 +12,8 @@ public static void main(String[] args) throws MojoExecutionException {
12
String result =
13
CommandUtils.execute2(
14
new File("."),
15
+ "/bin/bash/",
16
+ "-c",
17
"/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/jdeps",
18
"-q",
19
"--ignore-missing-deps",
0 commit comments