From e2eff20f6fb90f300df82a6cf2ca0bbd813c0fde Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 11 Aug 2023 17:56:14 +0800 Subject: [PATCH] build: align jooq versions --- komga/build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index e1cb9c19..e0c33363 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -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 {