Exclude failing netty version from muzzle (#3038)

This commit is contained in:
Lauri Tulmin 2021-05-19 19:53:09 +03:00 committed by GitHub
parent 42728c4b1f
commit 87bc1c69dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {