Skip to content

Commit

Permalink
Declare source encoding UTF-8
Browse files Browse the repository at this point in the history
Explicitly use UTF-8 so Cp1252 isn't otherwise used on Windows.
  • Loading branch information
ugexe committed Nov 1, 2023
1 parent f89492b commit 2a89d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
<profile>
<id>active-on-jdk-9-plus</id>
Expand Down

0 comments on commit 2a89d7a

Please sign in to comment.