Explorar el Código

Fix argLine of surefire to make code coverage work again

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao hace 6 años
padre
commit
d01d0560f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar