Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 30, 2023
1 parent 8cefc26 commit a2f988d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ private List<String> getInitialGoals() {

goals.add("-Dsurefire.version=" + surefireVersion);

String jacocoAgent = System.getProperty("jacoco.agent", "").replace("\"", "").replace("\\\\", "\\");
String jacocoAgent =
System.getProperty("jacoco.agent", "").replace("\"", "").replace("\\\\", "\\");
goals.add("-Djacoco.agent=" + jacocoAgent);
goals.add("-nsu");

Expand Down

0 comments on commit a2f988d

Please sign in to comment.