Skip to content

Commit

Permalink
Enforce UTF-8 as platform encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinvdBosch committed Jan 13, 2023
1 parent 86bbe91 commit 2908b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<version>3.0.0-M7</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Djava.awt.headless=true -Xms1024m -Xmx2048m --illegal-access=permit
<argLine>-Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xms1024m -Xmx2048m --illegal-access=permit
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
Expand Down

0 comments on commit 2908b7a

Please sign in to comment.