Exclude another version from muzzle (#9554)
This commit is contained in:
parent
bd85196449
commit
f0501888b4
|
@ -21,7 +21,7 @@ muzzle {
|
||||||
versions.set("(,3.0.0)")
|
versions.set("(,3.0.0)")
|
||||||
assertInverse.set(true)
|
assertInverse.set(true)
|
||||||
// Could not find com.google.code.findbugs:jsr305:.
|
// Could not find com.google.code.findbugs:jsr305:.
|
||||||
skip("4.0.2")
|
skip("3.0.2", "4.0.2")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue