ソースを参照

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

master
xiby GitHub 4年前
コミット
9b46e62665
この署名に対応する既知のキーがデータベースに存在しません GPGキー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>


読み込み中…
キャンセル
保存