We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7be9c8 commit 7375716Copy full SHA for 7375716
javaagent-extension-api/build.gradle.kts
@@ -22,3 +22,8 @@ dependencies {
22
// Used by byte-buddy but not brought in as a transitive dependency.
23
compileOnly("com.google.code.findbugs:annotations")
24
}
25
+
26
+// Needed by mockito
27
+configurations.testRuntimeClasspath {
28
+ exclude(group = "net.bytebuddy", module = "byte-buddy-dep")
29
+}
0 commit comments