Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Properly exclude Fastutil
Dieser Commit ist enthalten in:
Ursprung
fb03885eb8
Commit
3b32b16bc8
@ -32,7 +32,7 @@ dependencies {
|
|||||||
exclude group: 'com.google.guava', module: "guava"
|
exclude group: 'com.google.guava', module: "guava"
|
||||||
exclude group: 'com.google.code.gson', module: "gson"
|
exclude group: 'com.google.code.gson', module: "gson"
|
||||||
exclude group: 'org.slf4j'
|
exclude group: 'org.slf4j'
|
||||||
exclude group: 'it.unimi.dsi.fastutil'
|
exclude group: 'com.nukkitx.fastutil'
|
||||||
exclude group: 'io.netty.incubator'
|
exclude group: 'io.netty.incubator'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren