Skip to content

Commit 8a01ddc

Browse files
author
games647
committed
Do not shade the MultiMap class
This class is used by ProtocolLib. Calling it, means we use its signature. With relocating this would also update the method call signature to `.WrappedGameProfile.getProperties()Lfastlogin/guava/collect/Multimap;`, which obviously not present.
1 parent 3bcc6c2 commit 8a01ddc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bukkit/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
<relocation>
7272
<pattern>com.google.common</pattern>
7373
<shadedPattern>fastlogin.guava</shadedPattern>
74+
<excludes>
75+
<exclude>com.google.common.collect.Multimap</exclude>
76+
</excludes>
7477
</relocation>
7578
<relocation>
7679
<pattern>io.papermc.lib</pattern>

0 commit comments

Comments
 (0)