Skip to content

Commit f2f2072

Browse files
committed
fix: kafka-schema-registry-client muzzle tests were missing the artifact repo
1 parent dd99d16 commit f2f2072

File tree

1 file changed

+1
-0
lines changed
  • dd-java-agent/instrumentation/confluent-schema-registry/confluent-schema-registry-7.0

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation/confluent-schema-registry/confluent-schema-registry-7.0/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ muzzle {
66
module = "kafka-schema-registry-client"
77
versions = "[7.0.0,)"
88
assertInverse = true
9+
extraRepository('confluent', 'https://packages.confluent.io/maven/')
910
}
1011
}
1112

0 commit comments

Comments
 (0)