Exclude javalin 3.2.0 from muzzle (#11766)
This commit is contained in:
parent
e853afe2c7
commit
b10f21be74
|
@ -7,6 +7,8 @@ muzzle {
|
|||
group.set("io.javalin")
|
||||
module.set("javalin")
|
||||
versions.set("[5.0.0,)")
|
||||
// 3.2.0 depends on org.meteogroup.jbrotli:jbrotli:0.5.0 that is not available in central
|
||||
skip("3.2.0")
|
||||
assertInverse.set(true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue