Version
5.0.2
Context
Update the Code Genearation section of documentation of sql-client-templates
The current lines for Gradle dependencies are wrong:
annotationProcessor "io.vertx:vertx-codegen:5.0.2:processor"
compile "io.vertx:vertx-sql-client-templates:5.0.2"
The correct dependencies are:
compile "io.vertx:vertx-codegen-json:$vertxVersion"
annotationProcessor "io.vertx:vertx-codegen:$vertxVersion:processor"
annotationProcessor "io.vertx:vertx-sql-client-templates:$vertxVersion"
I only tested it on the latest version: 5.0.2
Steps to reproduce
n/a
Do you have a reproducer?
No response