Specify UTF-8 file encoding to maven.

This commit is contained in:
Ray J. Greenwell
2026-03-21 15:33:57 -07:00
parent 0ece65b750
commit bbefc80db1
+4
View File
@@ -71,6 +71,10 @@
</dependency> </dependency>
</dependencies> </dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>