mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-29 15:49:09 +01:00
Fix epoll on at least standalone
This commit is contained in:
parent
7cd71f570f
commit
98cfdb0b33
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ dependencies {
|
|||
|
||||
api("com.github.GeyserMC", "MCAuthLib", Versions.mcauthlibVersion)
|
||||
api("com.github.GeyserMC", "MCProtocolLib", Versions.mcprotocollibversion) {
|
||||
exclude("io.netty", "netty-all")
|
||||
exclude("com.github.GeyserMC", "packetlib")
|
||||
exclude("com.github.GeyserMC", "mcauthlib")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue