build: align jooq versions

This commit is contained in:
Gauthier Roebroeck 2023-08-11 17:56:14 +08:00
parent 903993ec54
commit e2eff20f6f

View file

@ -24,6 +24,10 @@ plugins {
group = "org.gotson"
kotlin {
jvmToolchain(17)
}
val benchmarkSourceSet = sourceSets.create("benchmark") {
java {
compileClasspath += sourceSets.main.get().output
@ -266,7 +270,7 @@ tasks.flywayMigrate {
}
jooq {
version.set("3.17.4")
version.set("3.18.4")
configurations {
create("main") {
jooqConfiguration.apply {