[jOOQ/jOOQ#13619] This has to be done everywhere

This commit is contained in:
Lukas Eder 2022-05-31 11:50:47 +02:00
parent 76d7abe490
commit 59406e8b1b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;