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> </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>