summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-08-24 23:52:21 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2021-08-24 23:52:21 -0400
commitb37c0fe7991901a0f7711469333e295443040593 (patch)
tree674a0efbfe5cd0f6cbb3d45752304c02d0952034 /pom.xml
parentfixed snowball, changed config, added blocked commands, bug fixes i guess (diff)
downloadkenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.tar.gz
kenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.tar.bz2
kenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.zip
encoding fix
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5a78364..084fbb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>