Skip to content

Commit bd8b907

Browse files
committed
add UTF-8 sourceEncoding property (to fix build on Windows machines)
1 parent beb1232 commit bd8b907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<dependencyCheck.version>5.3.2</dependencyCheck.version>
8787
<jackson.version>2.12.0</jackson.version>
8888
<slf4j.version>1.7.30</slf4j.version>
89+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8990
</properties>
9091

9192
<dependencies>

0 commit comments

Comments
 (0)