瀏覽代碼

Fix argLine of surefire to make code coverage work again

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 6 年之前
父節點
當前提交
d01d0560f2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pom.xml

+ 1
- 1
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…
取消
儲存