Fixing the utf8 warning

This commit is contained in:
Anonymus Raccoon
2020-10-30 17:50:50 +01:00
parent be948238dd
commit edd9fdfe2a
+3
View File
@@ -8,6 +8,9 @@
<artifactId>PluginSDG</artifactId> <artifactId>PluginSDG</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories> <repositories>
<repository> <repository>