Sign in
fuchsia
/
third_party
/
github.com
/
grpc
/
grpc-java
/
refs/heads/upstream/v1.61.x
/
.
/
buildSrc
/
build.gradle
blob: 3f79d30293f39bfbd089b283a0a8ea1333e5d87c [
file
] [
log
] [
blame
] [
edit
]
tasks
.
withType
(
JavaCompile
).
configureEach
{
it
.
options
.
compilerArgs
+=
[
"-Xlint:all"
,
]
}