Skip to content

Commit

Permalink
Fixing JaCoCo instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry committed Aug 1, 2019
1 parent c7db7a5 commit 30aa574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<version>${surefire.version}</version>
<configuration>
<testNGArtifactName>none:none</testNGArtifactName>
<argLine>-Xms1024m -Xmx1024m</argLine>
<argLine>@{argLine} -Xms1024m -Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 30aa574

Please sign in to comment.