Skip to content

Commit ee0b2b7

Browse files
committed
Remove Netty versions metadata from shaded jar
1 parent 3da1f1d commit ee0b2b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

temporal-shaded/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ configurations.shadow {
6969

7070
shadowJar {
7171
configurations = [project.configurations.shadow]
72+
exclude 'META-INF/io.netty.versions.properties'
7273

7374
relocate 'gogoproto', 'io.temporal.shaded.gogoproto' // protobuf
7475
relocate 'com.google.rpc', 'io.temporal.shaded.com.google.rpc' // StatusUtils

0 commit comments

Comments
 (0)