Skip to content

Commit 007c2be

Browse files
committed
Fix maven warning
1 parent c89d891 commit 007c2be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
</repository>
1717
</distributionManagement>
1818

19+
<properties>
20+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21+
</properties>
22+
1923
<dependencies>
2024
<!-- JSON support -->
2125
<dependency>

0 commit comments

Comments
 (0)