diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-24 23:52:21 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-24 23:52:21 -0400 |
commit | b37c0fe7991901a0f7711469333e295443040593 (patch) | |
tree | 674a0efbfe5cd0f6cbb3d45752304c02d0952034 /pom.xml | |
parent | fixed snowball, changed config, added blocked commands, bug fixes i guess (diff) | |
download | kenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.tar.gz kenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.tar.bz2 kenshinshideandseek-b37c0fe7991901a0f7711469333e295443040593.zip |
encoding fix
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <encoding>UTF-8</encoding> </configuration> </plugin> </plugins> |