1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Fix reflections relocation (#1199)

This commit is contained in:
rtm516
2020-08-28 16:29:48 +01:00
committed by GitHub
parent 5458a85ed7
commit 7cbfdcf521
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
<shadedPattern>org.geysermc.platform.bungeecord.shaded.netty</shadedPattern> <shadedPattern>org.geysermc.platform.bungeecord.shaded.netty</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>org.reflections.reflections</pattern> <pattern>org.reflections</pattern>
<shadedPattern>org.geysermc.platform.bungeecord.shaded.reflections</shadedPattern> <shadedPattern>org.geysermc.platform.bungeecord.shaded.reflections</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>

View File

@@ -76,7 +76,7 @@
<shadedPattern>org.geysermc.platform.spigot.shaded.jackson</shadedPattern> <shadedPattern>org.geysermc.platform.spigot.shaded.jackson</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>org.reflections.reflections</pattern> <pattern>org.reflections</pattern>
<shadedPattern>org.geysermc.platform.spigot.shaded.reflections</shadedPattern> <shadedPattern>org.geysermc.platform.spigot.shaded.reflections</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>

View File

@@ -70,7 +70,7 @@
<shadedPattern>org.geysermc.platform.sponge.shaded.fastutil</shadedPattern> <shadedPattern>org.geysermc.platform.sponge.shaded.fastutil</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>org.reflections.reflections</pattern> <pattern>org.reflections</pattern>
<shadedPattern>org.geysermc.platform.sponge.shaded.reflections</shadedPattern> <shadedPattern>org.geysermc.platform.sponge.shaded.reflections</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>

View File

@@ -62,7 +62,7 @@
<shadedPattern>org.geysermc.platform.velocity.shaded.fastutil</shadedPattern> <shadedPattern>org.geysermc.platform.velocity.shaded.fastutil</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>org.reflections.reflections</pattern> <pattern>org.reflections</pattern>
<shadedPattern>org.geysermc.platform.velocity.shaded.reflections</shadedPattern> <shadedPattern>org.geysermc.platform.velocity.shaded.reflections</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>