[jOOQ/jOOQ#13619] This has to be done everywhere
This commit is contained in:
parent
76d7abe490
commit
59406e8b1b
@ -7,7 +7,7 @@ module org.jooq.meta {
|
||||
requires transitive org.jooq;
|
||||
|
||||
// Nullability annotations for better Kotlin interop
|
||||
requires static org.jetbrains.annotations;
|
||||
requires static transitive org.jetbrains.annotations;
|
||||
|
||||
// JAXB is used optionally for loading a variety of XML content, including
|
||||
// - Settings (org.jooq.conf)
|
||||
|
||||
@ -7,7 +7,7 @@ module org.jooq.postgres.extensions {
|
||||
requires transitive org.jooq;
|
||||
|
||||
// Nullability annotations for better Kotlin interop
|
||||
requires static org.jetbrains.annotations;
|
||||
requires static transitive org.jetbrains.annotations;
|
||||
|
||||
// Vendor specific JDBC drivers
|
||||
requires static org.postgresql.jdbc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user