mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Force maven to treat everything as UTF-8. Removed a warning at compile time.
This commit is contained in:
parent
0b421209a2
commit
fb825daa04
3
pom.xml
3
pom.xml
@ -4,6 +4,9 @@
|
|||||||
<artifactId>dynmap</artifactId>
|
<artifactId>dynmap</artifactId>
|
||||||
<version>0.15</version>
|
<version>0.15</version>
|
||||||
<name>dynmap</name>
|
<name>dynmap</name>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
<url>http://github.com/FrozenCow/dynmap/</url>
|
<url>http://github.com/FrozenCow/dynmap/</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
|
Loading…
Reference in New Issue
Block a user