mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Relocate Guice on Spigot and BungeeCord
This commit is contained in:
@@ -98,6 +98,10 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.google.inject</pattern>
|
||||||
|
<shadedPattern>org.geysermc.floodgate.shaded.com.google.inject</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>net.kyori</pattern>
|
<pattern>net.kyori</pattern>
|
||||||
<shadedPattern>org.geysermc.floodgate.shaded.net.kyori</shadedPattern>
|
<shadedPattern>org.geysermc.floodgate.shaded.net.kyori</shadedPattern>
|
||||||
|
|||||||
@@ -118,6 +118,10 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.google.inject</pattern>
|
||||||
|
<shadedPattern>org.geysermc.floodgate.shaded.com.google.inject</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>net.kyori</pattern>
|
<pattern>net.kyori</pattern>
|
||||||
<shadedPattern>org.geysermc.floodgate.shaded.net.kyori</shadedPattern>
|
<shadedPattern>org.geysermc.floodgate.shaded.net.kyori</shadedPattern>
|
||||||
|
|||||||
Reference in New Issue
Block a user