set UTF-8 encoding
This commit is contained in:
parent
b9c8525c20
commit
fe9069a898
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
|
@ -8,6 +8,10 @@
|
|||
<name>reflective</name>
|
||||
<description>Reflective utils that don't use java.lang.reflect</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue