mirror of
https://github.com/gotson/komga.git
synced 2026-04-12 18:10:47 +02:00
build: align jooq versions
This commit is contained in:
parent
903993ec54
commit
e2eff20f6f
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue