Add UTF-8 for sourceEncoding
This commit is contained in:
parent
c8805ab564
commit
6fe6f91a6d
3
pom.xml
3
pom.xml
@ -73,4 +73,7 @@
|
|||||||
<systemPath>${project.basedir}/Factions.jar</systemPath>
|
<systemPath>${project.basedir}/Factions.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user