Skip to content

Commit be61779

Browse files
committed
rewrite jooq.pro dependency to jooq
1 parent c1635c6 commit be61779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

preflight-core/preflight-runtime/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,10 @@ configurations.all {
126126
useVersion("3.9.1")
127127
because("Avoid Confluent's -ccs build, use Apache Kafka client instead")
128128
}
129+
// Replace commercial JOOQ with OSS version
130+
if (requested.group == "org.jooq.pro" && requested.name == "jooq") {
131+
useTarget("org.jooq:jooq:${requested.version}")
132+
because("Use OSS JOOQ instead of commercial version")
133+
}
129134
}
130135
}

0 commit comments

Comments
 (0)