#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,17 @@
module io.ebean.platform.all {
requires transitive io.ebean.platform.h2;
requires transitive io.ebean.platform.clickhouse;
requires transitive io.ebean.platform.db2;
requires transitive io.ebean.platform.hana;
requires transitive io.ebean.platform.hsqldb;
requires transitive io.ebean.platform.mysql;
requires transitive io.ebean.platform.mariadb;
requires transitive io.ebean.platform.nuodb;
requires transitive io.ebean.platform.oracle;
requires transitive io.ebean.platform.postgres;
requires transitive io.ebean.platform.sqlanywhere;
requires transitive io.ebean.platform.sqlite;
requires transitive io.ebean.platform.sqlserver;
}