Skip to content

Commit ca85267

Browse files
committed
force the version of kafka to 0.11.0.0
1 parent bdb1adf commit ca85267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messaging-wrappers/kafka-clients/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ tasks {
3838
jvmArgs("-Dotel.logs.exporter=logging")
3939
}
4040
}
41+
42+
configurations.testRuntimeClasspath {
43+
resolutionStrategy {
44+
force("org.apache.kafka:kafka-clients:0.11.0.0")
45+
}
46+
}

0 commit comments

Comments
 (0)