Skip to content

Commit

Permalink
Merge pull request deegree#1452 from IDgis/add_surefire_encoding
Browse files Browse the repository at this point in the history
Enforce UTF-8 as platform encoding in unit tests
  • Loading branch information
tfr42 authored Nov 15, 2023
2 parents b3296a1 + 2908b7a commit 3088ebf
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 @@ -147,7 +147,7 @@
<version>3.1.2</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 3088ebf

Please sign in to comment.