Skip to content

Commit 2a89d7a

Browse files
committed
Declare source encoding UTF-8
Explicitly use UTF-8 so Cp1252 isn't otherwise used on Windows.
1 parent f89492b commit 2a89d7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
</plugin>
153153
</plugins>
154154
</build>
155+
<properties>
156+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
157+
</properties>
155158
<profiles>
156159
<profile>
157160
<id>active-on-jdk-9-plus</id>

0 commit comments

Comments
 (0)