Skip to content

Commit

Permalink
Missing SQL client templates module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 12, 2024
1 parent 76b82bb commit 3534927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vertx-sql-client-templates/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 6,7 @@
requires java.compiler;
requires static io.vertx.docgen;

exports io.vertx.sqlclient.templates;
exports io.vertx.sqlclient.templates.annotations;

}

0 comments on commit 3534927

Please sign in to comment.