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

Merge pull request #32 from Konicai/patch1

relocate google common
This commit is contained in:
Camotoy
2021-07-23 12:59:18 -04:00
committed by GitHub

View File

@@ -32,7 +32,10 @@ dependencies {
// Base Floodgate
implementation("org.geysermc.floodgate:common:${project.mod_version}")
shadow("org.geysermc.floodgate:common:${project.mod_version}")
shadow("org.geysermc.floodgate:common:${project.mod_version}") {
exclude group: 'com.google.guava', module: "guava"
exclude group: 'com.google.code.gson', module: "gson"
}
include(modImplementation('cloud.commandframework:cloud-fabric:1.5.0-SNAPSHOT') {
because "Commands library implementation for Fabric - only supported on the snapshot"