Skip to content

Commit

Permalink
Add file.encoding JVM args in maven-surefire-plugin to avoid charset …
Browse files Browse the repository at this point in the history
…problem (#1550)
  • Loading branch information
xiby authored Jun 15, 2020
1 parent ff0e53f commit 9b46e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
<configuration>
<!-- CircleCI build workaround -->
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
<argLine>-Dfile.encoding=UTF-8</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
Expand Down

0 comments on commit 9b46e62

Please sign in to comment.