We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f026 commit 56b46c3Copy full SHA for 56b46c3
api/build.gradle
@@ -16,6 +16,7 @@ dependencies {
16
compileJava {
17
sourceCompatibility = '1.8'
18
targetCompatibility = '1.8'
19
+ options.encoding = 'UTF-8'
20
}
21
22
test {
0 commit comments