Add fix for maven encoding on Linux machines (#448)

This commit is contained in:
Daniel Ginovker
2020-12-17 08:55:02 -05:00
committed by GitHub
parent 3065b682e3
commit 953419b33a
+2 -1
View File
@@ -155,6 +155,7 @@
<configuration>
<source>8</source>
<target>8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
@@ -181,4 +182,4 @@
</plugin>
</plugins>
</build>
</project>
</project>