Skip to content

Commit 3534927

Browse files
committed
Missing SQL client templates module exports
1 parent 76b82bb commit 3534927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vertx-sql-client-templates/src/main/java/module-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
requires java.compiler;
77
requires static io.vertx.docgen;
88

9+
exports io.vertx.sqlclient.templates;
10+
exports io.vertx.sqlclient.templates.annotations;
11+
912
}

0 commit comments

Comments
 (0)