Exclude failing netty version from muzzle (#3038)
This commit is contained in:
parent
42728c4b1f
commit
87bc1c69dc
|
@ -11,6 +11,8 @@ muzzle {
|
|||
group = "io.netty"
|
||||
module = "netty-all"
|
||||
versions = "[4.0.0.Final,4.1.0.Final)"
|
||||
// Could not find netty-tcnative-2.0.39.Final-${os.detected.classifier}.jar (io.netty:netty-tcnative:2.0.39.Final)
|
||||
skip("4.1.64.Final")
|
||||
assertInverse = true
|
||||
}
|
||||
fail {
|
||||
|
|
|
@ -11,6 +11,8 @@ muzzle {
|
|||
group = "io.netty"
|
||||
module = "netty-all"
|
||||
versions = "[4.1.0.Final,5.0.0)"
|
||||
// Could not find netty-tcnative-2.0.39.Final-${os.detected.classifier}.jar (io.netty:netty-tcnative:2.0.39.Final)
|
||||
skip("4.1.64.Final")
|
||||
assertInverse = true
|
||||
}
|
||||
fail {
|
||||
|
|
Loading…
Reference in New Issue