mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2374 - Bump to Java 11 and module-path
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user