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 59130ae commit 1ed6a85Copy full SHA for 1ed6a85
README.md
@@ -11,7 +11,7 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
11
12
## Installation
13
14
-`vertx install io.vertx~mysql-postgresql~0.1.0-SNAPSHOT`
+`vertx install io.vertx~mod-mysql-postgresql~0.1.0-SNAPSHOT`
15
16
## Configuration
17
gradle.properties
@@ -2,7 +2,7 @@
2
modowner=io.vertx
3
4
# Your module name
5
-modname=mysql-postgresql
+modname=mod-mysql-postgresql
6
7
# Your module version
8
version=0.1.0-SNAPSHOT
0 commit comments