Skip to content

Commit 56b46c3

Browse files
committed
Specify :api to build on UTF-8
1 parent ab2f026 commit 56b46c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies {
1616
compileJava {
1717
sourceCompatibility = '1.8'
1818
targetCompatibility = '1.8'
19+
options.encoding = 'UTF-8'
1920
}
2021

2122
test {

0 commit comments

Comments
 (0)