oops - bungee

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

View File

@ -22,7 +22,7 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
dependencies {
exclude(dependency("com.google.*:.*"))
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-native-epoll:.*"))
exclude(dependency("io.netty:netty-transport-native-unix-common:.*"))
exclude(dependency("io.netty:netty-handler:.*"))