Skip to content

Commit

Permalink
Fix Gradle snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer authored Oct 19, 2024
1 parent 0a495e0 commit 899a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use this component, add the following dependency to the dependencies section

[source,groovy,subs="+attributes"]
----
compile io.vertx:vertx-kafka-client:${maven.version}
compile "io.vertx:vertx-kafka-client:${maven.version}"
----

== Creating Kafka clients
Expand Down

0 comments on commit 899a491

Please sign in to comment.