1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

Added test coverage

This commit is contained in:
jespergravgaard 2018-02-12 22:53:21 +01:00
parent e9ef366276
commit 5986b1d879

View File

@ -68,7 +68,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<configuration>
<argLine>-Xmx1024m</argLine>
<argLine>@{argLine} -Xmx2048m</argLine>
</configuration>
</plugin>
<plugin>