diff --git a/netty/shaded/build.gradle b/netty/shaded/build.gradle index 37c5428b1585..551ed67b47a9 100644 --- a/netty/shaded/build.gradle +++ b/netty/shaded/build.gradle @@ -31,6 +31,7 @@ shadowJar { include(project(':grpc-netty')) include(dependency('io.netty:')) } + exclude 'META-INF/maven/**' relocate 'io.grpc.netty', 'io.grpc.netty.shaded.io.grpc.netty' relocate 'io.netty', 'io.grpc.netty.shaded.io.netty' // We have to be careful with these replacements as they must not match any