updated Netty to 4.2.1
All checks were successful
CI / build (push) Successful in 26m57s

This commit is contained in:
2025-05-07 14:46:02 +08:00
parent 5d8cbe34ef
commit 303828392e
3 changed files with 12 additions and 16 deletions

View File

@@ -31,12 +31,6 @@ sourceSets {
configurations {
implementation {
resolutionStrategy {
exclude group: 'io.netty', module: 'netty-codec-marshalling'
exclude group: 'io.netty', module: 'netty-codec-protobuf'
}
}
release {
transitive = false
canBeConsumed = true