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:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user