1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

fix jacoco coverage (try 2)

This commit is contained in:
Alex Simenduev 2018-05-02 16:44:54 +03:00
parent f869d3fc0a
commit efd1764dd3
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<argLine>-Xmx100m -Xms100m</argLine>
<argLine>${argLine} -Xmx100m -Xms100m</argLine>
</configuration>
</plugin>