mirror of https://github.com/grpc/grpc-java.git
xds: exclude generated error prone (#9921)
This commit is contained in:
parent
ae6c506f96
commit
c7f556a9a6
|
@ -132,6 +132,11 @@ tasks.named("compileJava").configure {
|
|||
it.options.errorprone.excludedPaths,
|
||||
".*/build/generated/sources/annotationProcessor/java/.*",
|
||||
"|")
|
||||
// remove after upgrade error-prone
|
||||
appendToProperty(
|
||||
it.options.errorprone.excludedPaths,
|
||||
".*/build/tmp/compileJava/compileTransaction/annotation-output/io/grpc/xds/.*",
|
||||
"|")
|
||||
}
|
||||
|
||||
tasks.named("jar").configure {
|
||||
|
|
Loading…
Reference in New Issue