mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Properly exclude Fastutil
This commit is contained in:
parent
fb03885eb8
commit
3b32b16bc8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue