We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd5872 commit aa64544Copy full SHA for aa64544
build.gradle.kts
@@ -5,8 +5,6 @@ plugins {
5
6
allprojects {
7
tasks.withType<JavaCompile> {
8
- val compilerArgs = options.compilerArgs
9
- compilerArgs.add("-Xlint:unchecked")
10
- compilerArgs.add("-Xlint:deprecation")
+ options.compilerArgs.addAll(listOf("-Xlint", "-Xlint:-cast", "-Xlint:-rawtypes", "-Xlint:-serial"))
11
}
12
0 commit comments