File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 111
111
</relocation >
112
112
<relocation >
113
113
<pattern >com.bugsnag</pattern >
114
- <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.bugsnag</shadedPattern >
114
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.bugsnag
115
+ </shadedPattern >
116
+ </relocation >
117
+ <relocation >
118
+ <pattern >com.google</pattern >
119
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.google</shadedPattern >
120
+ </relocation >
121
+ <relocation >
122
+ <pattern >google.protobuf</pattern >
123
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.google.protobuf
124
+ </shadedPattern >
125
+ </relocation >
126
+ <relocation >
127
+ <pattern >javax.annotation</pattern >
128
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.javax.annotation
129
+ </shadedPattern >
115
130
</relocation >
116
131
</relocations >
117
132
<filters >
122
137
<exclude >META-INF/*.DSA</exclude >
123
138
<exclude >META-INF/*.RSA</exclude >
124
139
<exclude >META-INF/MANIFEST.MF</exclude >
125
- <exclude >META-INF/versions/*/module-info.class </exclude >
140
+ <exclude >META-INF/versions/** </exclude >
126
141
<exclude >META-INF/maven/**</exclude >
127
142
<exclude >META-INF/proguard/**</exclude >
128
143
<exclude >**/*.kotlin_module</exclude >
You can’t perform that action at this time.
0 commit comments