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