[jOOQ/jOOQ#10149] Duh exports, not opens!
This commit is contained in:
parent
e3f1d44d65
commit
c6d89c78e0
@ -11,6 +11,6 @@ module org.jooq.codegen {
|
||||
// - InformationSchema (org.jooq.util.xml.jaxb)
|
||||
requires static java.xml.bind;
|
||||
|
||||
opens org.jooq.codegen;
|
||||
opens org.jooq.codegen.example;
|
||||
exports org.jooq.codegen;
|
||||
exports org.jooq.codegen.example;
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@ module org.jooq.postgres.extensions {
|
||||
// Vendor specific JDBC drivers
|
||||
requires static org.postgresql.jdbc;
|
||||
|
||||
opens org.jooq.postgres.extensions.bindings;
|
||||
opens org.jooq.postgres.extensions.converters;
|
||||
opens org.jooq.postgres.extensions.types;
|
||||
exports org.jooq.postgres.extensions.bindings;
|
||||
exports org.jooq.postgres.extensions.converters;
|
||||
exports org.jooq.postgres.extensions.types;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user