We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e853afe commit b10f21bCopy full SHA for b10f21b
instrumentation/javalin-5.0/javaagent/build.gradle.kts
@@ -7,6 +7,8 @@ muzzle {
7
group.set("io.javalin")
8
module.set("javalin")
9
versions.set("[5.0.0,)")
10
+ // 3.2.0 depends on org.meteogroup.jbrotli:jbrotli:0.5.0 that is not available in central
11
+ skip("3.2.0")
12
assertInverse.set(true)
13
}
14
0 commit comments