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 7f74a2d commit d11ca36Copy full SHA for d11ca36
_includes/tutorials/multiple-event-types/kafka/code/build.gradle
@@ -21,7 +21,7 @@ plugins {
21
id "com.google.cloud.tools.jib" version "3.3.1"
22
id "idea"
23
id "eclipse"
24
- id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.9.1"
+ id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.12.0"
25
id "com.google.protobuf" version "0.9.2"
26
id "com.github.davidmc24.gradle.plugin.avro" version "1.7.0"
27
}
0 commit comments