Skip to content

Commit f050188

Browse files
authored
Exclude another version from muzzle (#9554)
1 parent bd85196 commit f050188

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/apache-httpclient/apache-httpclient-4.0/javaagent

1 file changed

+1
-1
lines changed

instrumentation/apache-httpclient/apache-httpclient-4.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ muzzle {
2121
versions.set("(,3.0.0)")
2222
assertInverse.set(true)
2323
// Could not find com.google.code.findbugs:jsr305:.
24-
skip("4.0.2")
24+
skip("3.0.2", "4.0.2")
2525
}
2626
}
2727

0 commit comments

Comments
 (0)