Skip to content

Commit 2b04c87

Browse files
authored
Ignore confluent artifact not found (#10157)
* Ignore confluent artifact not found * Use star notation? * try to exclude the full confluent * use explicit list
1 parent 896c012 commit 2b04c87

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ muzzle {
44
module = "connect-runtime"
55
versions = "[0.11.0.0,)"
66
javaVersion = "17"
7+
excludeDependency "io.confluent.cloud:*"
8+
excludeDependency "io.confluent.observability:*"
9+
excludeDependency "io.confluent.secure.compute:*"
710
assertInverse = true
811
}
912
}

0 commit comments

Comments
 (0)