Exclude javalin 3.2.0 from muzzle (#11766)

This commit is contained in:
Lauri Tulmin 2024-07-08 21:51:38 +03:00 committed by GitHub
parent e853afe2c7
commit b10f21be74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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)
}
}