#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,11 @@
module io.ebean.querybean {
exports io.ebean.typequery;
requires io.ebean.api;
requires io.ebean.core;
requires static io.ebean.types;
requires static joda.time;
requires static io.avaje.jsr305x;
}