Skip to content

Commit 965a66b

Browse files
authored
Merge pull request #557 from TiA4f8R/fix-encoding-errors-windows
Set extractor encoding to UTF-8
2 parents a9aa385 + b2cf414 commit 965a66b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ allprojects {
22
apply plugin: 'java-library'
33
apply plugin: 'maven'
44

5+
compileJava.options.encoding = 'UTF-8'
6+
compileTestJava.options.encoding = 'UTF-8'
7+
58
sourceCompatibility = 1.8
69
targetCompatibility = 1.8
710

0 commit comments

Comments
 (0)