1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-28 11:09:13 +00:00

relocate google common

This commit is contained in:
Konicai
2021-07-22 23:04:36 -04:00
parent defa438b39
commit 8da762506b

View File

@@ -111,6 +111,8 @@ shadowJar {
//relocate 'net.kyori', 'org.geysermc.floodgate.relocations.kyori'
//relocate 'cloud.commandframework', 'org.geysermc.floodgate.relocations.cloud'
relocate 'it.unimi.dsi.fastutil', 'org.geysermc.floodgate.relocations.fastutil'
relocate 'com.google.common', 'org.geysermc.floodgate.relocations.google.common'
}
task remappedShadowJar(type: RemapJarTask) {