mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 03:07:34 +02:00
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.
This commit is contained in:
@ -71,6 +71,9 @@
|
|||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.google.common</pattern>
|
<pattern>com.google.common</pattern>
|
||||||
<shadedPattern>fastlogin.guava</shadedPattern>
|
<shadedPattern>fastlogin.guava</shadedPattern>
|
||||||
|
<excludes>
|
||||||
|
<exclude>com.google.common.collect.Multimap</exclude>
|
||||||
|
</excludes>
|
||||||
</relocation>
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>io.papermc.lib</pattern>
|
<pattern>io.papermc.lib</pattern>
|
||||||
|
Reference in New Issue
Block a user