mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-28 02:59:16 +00:00
I still cannot get this to compile locally. Attempt three.
This commit is contained in:
@@ -33,6 +33,8 @@ dependencies {
|
||||
// Base Floodgate
|
||||
implementation("org.geysermc.floodgate:core:${project.mod_version}")
|
||||
shadow("org.geysermc.floodgate:core:${project.mod_version}") {
|
||||
exclude group: "cloud.commandframework", module: "*" // Cloud is included jar-in-jar
|
||||
exclude group: "org.geysermc.floodgate", module: "api"
|
||||
exclude group: 'com.google.guava', module: "guava"
|
||||
exclude group: 'com.google.code.gson', module: "gson"
|
||||
exclude group: 'org.slf4j', module: "slf4j-api"
|
||||
@@ -40,6 +42,12 @@ dependencies {
|
||||
exclude group: 'it.unimi.dsi.fastutil', module: "*"
|
||||
}
|
||||
|
||||
shadow(implementation("org.geysermc.floodgate:api:${project.mod_version}")) {
|
||||
exclude group: 'com.google.guava', module: "guava"
|
||||
exclude group: 'com.google.code.gson', module: "gson"
|
||||
exclude group: "org.ow2.asm", module: "*" // From Events lib
|
||||
}
|
||||
|
||||
include(modImplementation('cloud.commandframework:cloud-fabric:1.8.0-SNAPSHOT') {
|
||||
because "Commands library implementation for Fabric"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user