diff --git a/build.gradle.kts b/build.gradle.kts index d8ea8abc5..d7b946442 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -174,10 +174,7 @@ subprojects { tasks { compileJava { - options.compilerArgs.addAll(arrayOf("-Xmaxerrs", "1000")) - options.compilerArgs.add("-Xlint:all") - for (disabledLint in arrayOf("processing", "path", "fallthrough", "serial")) - options.compilerArgs.add("-Xlint:$disabledLint") + options.compilerArgs.add("-parameters") options.isDeprecation = true options.encoding = "UTF-8" }