We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1635c6 commit be61779Copy full SHA for be61779
preflight-core/preflight-runtime/build.gradle.kts
@@ -126,5 +126,10 @@ configurations.all {
126
useVersion("3.9.1")
127
because("Avoid Confluent's -ccs build, use Apache Kafka client instead")
128
}
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
+ }
134
135
0 commit comments