Add module-info support via multi-version jar (#2381)

This commit is contained in:
Rob Bygrave
2021-09-21 14:37:51 +12:00
committed by GitHub
parent b450227b13
commit 0bf8c9eb64
43 changed files with 390 additions and 222 deletions
@@ -0,0 +1,4 @@
module io.ebean.xmapping.api {
exports io.ebeaninternal.xmapping.api;
}