Skip to content

Commit

Permalink
Export maven.repo.local property for Jbang cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Jun 7, 2021
1 parent a5d773f commit 42b6e85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public BuildCommandArgs prepareBuild(BuildOptions buildOptions, RunModeOption ru
args.add("--native");
}
args.add("build");
setJbangProperties(args, false);
args.addAll(params);
args.add(getMainPath());
return prependExecutable(args);
Expand Down

0 comments on commit 42b6e85

Please sign in to comment.