Drop Netty restriction
This commit is contained in:
parent
e754c91f50
commit
20529ea90c
|
@ -1058,10 +1058,6 @@ bom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Netty", "4.1.104.Final") {
|
library("Netty", "4.1.104.Final") {
|
||||||
prohibit {
|
|
||||||
versionRange "[4.1.103.Final]"
|
|
||||||
because "it crashes on macOS (https://github.com/netty/netty/issues/13728)"
|
|
||||||
}
|
|
||||||
group("io.netty") {
|
group("io.netty") {
|
||||||
imports = [
|
imports = [
|
||||||
"netty-bom"
|
"netty-bom"
|
||||||
|
|
Loading…
Reference in New Issue