Skip to content

Commit 154cc7b

Browse files
committed
remove dead code in build.gradle
1 parent ab7fb28 commit 154cc7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ wrapper {
9696

9797
tasks.withType(JavaCompile) {
9898
options.encoding = 'UTF-8'
99-
// options.compilerArgs << '-Xlint:unchecked'
100-
// options.deprecation = true
10199
}
102100

103101
task printVersion {

0 commit comments

Comments
 (0)