grpc-java/buildSrc/build.gradle

6 lines
107 B
Groovy

tasks.withType(JavaCompile).configureEach {
it.options.compilerArgs += [
"-Xlint:all",
]
}