mirror of https://github.com/grpc/grpc-java.git
6 lines
107 B
Groovy
6 lines
107 B
Groovy
|
tasks.withType(JavaCompile).configureEach {
|
||
|
it.options.compilerArgs += [
|
||
|
"-Xlint:all",
|
||
|
]
|
||
|
}
|