Skip to content

Commit 53008b5

Browse files
committed
Rebased to upstream/master
1 parent 6f8e2ad commit 53008b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ subprojects {
105105

106106
compileJava {
107107
options.compilerArgs = [ '-Xlint:deprecation', '-Xlint:-options', '-Werror' ]
108-
options.encoding = 'UTF-8'
109108
}
110109

111110
tasks.withType(JavaCompile) {
@@ -274,4 +273,4 @@ configurations {
274273

275274
artifacts {
276275
archives docsZip
277-
}
276+
}

0 commit comments

Comments
 (0)