Skip to content

Commit

Permalink
Fix :sdks:java:core:validateShadedJarDoesntLeakNonProjectClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Jun 17, 2022
1 parent e59e60e commit c46fbcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/java/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ applyJavaNature(
relocate "org.antlr.v4", getJavaRelocatedPath("org.antlr.v4")
},
disableLintWarnings: ['rawtypes'], // Avro-generated test code has rawtype errorss
shadowJarValidationExcludes: [
"org/apache/beam/**",
"net/bytebuddy/**",
],
)
applyAvroNature()
applyAntlrNature()
Expand Down

0 comments on commit c46fbcd

Please sign in to comment.