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 56b46c3 commit 76f5ac6Copy full SHA for 76f5ac6
api/build.gradle
@@ -16,7 +16,6 @@ dependencies {
16
compileJava {
17
sourceCompatibility = '1.8'
18
targetCompatibility = '1.8'
19
- options.encoding = 'UTF-8'
20
}
21
22
test {
build.gradle
@@ -1,4 +1,5 @@
1
plugins {
2
+ id 'java' apply true
3
id "com.vanniktech.maven.publish" version "0.19.0" apply false
4
5
@@ -8,4 +9,6 @@ allprojects {
8
9
sonatypeHost = "S01"
10
11
12
+
13
+ compileJava.options.encoding = 'UTF-8'
14
0 commit comments