Skip to content

Commit 76f5ac6

Browse files
committed
Revert the previous change and set all projects to build on UTF-8
1 parent 56b46c3 commit 76f5ac6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api/build.gradle

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

2221
test {

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'java' apply true
23
id "com.vanniktech.maven.publish" version "0.19.0" apply false
34
}
45

@@ -8,4 +9,6 @@ allprojects {
89
sonatypeHost = "S01"
910
}
1011
}
12+
13+
compileJava.options.encoding = 'UTF-8'
1114
}

0 commit comments

Comments
 (0)