Skip to content

Commit

Permalink
Do not force raw streams
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 6, 2025
1 parent 44e649b commit 06e9cf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ protected Map<String, String> invoke(Path cwd, Path userHome, Collection<String>
ByteArrayOutputStream stdout = new ByteArrayOutputStream();
ByteArrayOutputStream stderr = new ByteArrayOutputStream();
List<String> mvnArgs = new ArrayList<>(args);
mvnArgs.add("--raw-streams");
mvnArgs.add(goal);
int exitCode = invoker.invoke(
parser.parseInvocation(ParserRequest.mvn(mvnArgs, new JLineMessageBuilderFactory())
Expand Down

0 comments on commit 06e9cf0

Please sign in to comment.