Tell maven that our file encoding is UTF-8.

This commit is contained in:
Ray J. Greenwell
2026-04-13 13:29:52 -07:00
parent 581450e32e
commit 93f1578140
+4
View File
@@ -79,6 +79,10 @@
</dependency> </dependency>
</dependencies> </dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build> <build>
<!-- we include a few source files in our main jar for use by GWT --> <!-- we include a few source files in our main jar for use by GWT -->
<resources> <resources>