Merge pull request #10 from raygreenwell/master

Tell maven that the file encoding is UTF-8.
This commit is contained in:
Michael Bayne
2026-04-15 18:18:40 +02:00
committed by GitHub
+4
View File
@@ -79,6 +79,10 @@
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<!-- we include a few source files in our main jar for use by GWT -->
<resources>