diff --git a/xds/build.gradle b/xds/build.gradle index 764dc530d9..fa0d7b545a 100644 --- a/xds/build.gradle +++ b/xds/build.gradle @@ -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 {