Browse Source

优化gradle配置

johnclot69 2 months ago
parent
commit
52181eaa2d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.gradle

+ 0 - 1
build.gradle

@@ -24,7 +24,6 @@ subprojects {
     tasks.withType(JavaCompile).configureEach {
         options.encoding = 'UTF-8'
         options.incremental = true // 启用增量编译
-        options.compilerArgs += ['-Xlint:unchecked', '-Xlint:deprecation']
     }
 
     // 复制依赖任务,使用更现代的 `runtimeClasspath`