#2374 - Bump to Java 11 and module-path

This commit is contained in:
Rob Bygrave
2022-03-31 08:42:14 +13:00
parent 79be375f54
commit 24d8f38b1d
71 changed files with 149 additions and 366 deletions
@@ -0,0 +1,8 @@
module io.ebean.platform.sqlite {
exports io.ebean.platform.sqlite;
requires transitive io.ebean.api;
provides io.ebean.config.dbplatform.DatabasePlatformProvider with io.ebean.platform.sqlite.SqlitePlatformProvider;
}