Help Maven calm down.

It's just UTF-8, Maven. No need to throw warnings all over the place...

This commit fixes some of the source encoding warnings Maven would print during compilation.
This commit is contained in:
Andreas Troelsen
2018-06-14 00:29:17 +02:00
parent 2ca5e447c0
commit 24aa3a428d
+4
View File
@@ -9,6 +9,10 @@
<name>MobArena</name> <name>MobArena</name>
<version>0.100.3-SNAPSHOT</version> <version>0.100.3-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build> <build>
<plugins> <plugins>
<!-- Use Java 8 for compilation --> <!-- Use Java 8 for compilation -->