Skip to content

Commit af6e915

Browse files
author
may
committed
Remove duplicate entry
1 parent 2564ca3 commit af6e915

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jar {
6969
}
7070
}
7171

72-
tasks.withType(JavaCompile).configureEach {
73-
options.encoding = 'UTF-8'
74-
options.compilerArgs << "-Werror" << "-Xlint:-options"
75-
}
76-
7772
tasks.withType(Javadoc).configureEach {
7873
failOnError false
7974
options.addStringOption('Xdoclint:none', '-quiet')

0 commit comments

Comments
 (0)