oops - spigot

This commit is contained in:
chris 2024-04-18 23:55:21 +02:00 committed by GitHub
parent 52954cefbd
commit 3c20161190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
// We cannot shade Netty, or else native libraries will not load
// Needed because older Spigot builds do not provide the haproxy module
exclude(dependency("io.netty.incubator:netty-incubator-transport-native-io_uring:*"))
exclude(dependency("io.netty.incubator:netty-incubator-transport-native-io_uring:.*"))
exclude(dependency("io.netty:netty-transport-classes-epoll:.*"))
exclude(dependency("io.netty:netty-transport-native-epoll:.*"))
exclude(dependency("io.netty:netty-transport-native-unix-common:.*"))