Fix epoll on at least standalone

This commit is contained in:
Camotoy 2022-09-20 14:25:39 -04:00
parent 7cd71f570f
commit 98cfdb0b33
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

View File

@ -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")
}