mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
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:
parent
2ca5e447c0
commit
24aa3a428d
4
pom.xml
4
pom.xml
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user