Skip to content

Commit 0a6f719

Browse files
committed
try to exclude the full confluent
1 parent fbcf9e5 commit 0a6f719

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/instrumentation/kafka/kafka-connect-0.11

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/kafka/kafka-connect-0.11/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ muzzle {
44
module = "connect-runtime"
55
versions = "[0.11.0.0,)"
66
javaVersion = "17"
7-
excludeDependency "io.confluent.observability:*"
7+
excludeDependency "io.confluent.*:*"
88
assertInverse = true
99
}
1010
}

0 commit comments

Comments
 (0)