Fix argLine of surefire to make code coverage work again
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
parent
d29c4ca9c9
commit
d01d0560f2
2
pom.xml
2
pom.xml
|
|
@ -169,7 +169,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<!-- CircleCI build workaround -->
|
||||
<argLine>-Xms1024m -Xmx2048m</argLine>
|
||||
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue