瀏覽代碼

Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (#1550)

master
xiby GitHub 4 年之前
父節點
當前提交
9b46e62665
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      pom.xml

+ 1
- 0
pom.xml 查看文件

@@ -272,6 +272,7 @@
<configuration>
<!-- CircleCI build workaround -->
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
<argLine>-Dfile.encoding=UTF-8</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>


Loading…
取消
儲存