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 40a84e8 commit cea3c67Copy full SHA for cea3c67
src/main/java/fvarrui/maven/plugin/javapackager/Main.java
@@ -10,8 +10,7 @@ public class Main {
10
11
public static void main(String[] args) throws MojoExecutionException {
12
String result =
13
- CommandUtils.execute2(
14
- new File("."),
+ CommandUtils.execute(
15
"/bin/bash",
16
"-c",
17
"/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/jdeps " +
0 commit comments