We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f98540 commit 3d9ad54Copy full SHA for 3d9ad54
1 file changed
build.gradle.kts
@@ -21,6 +21,10 @@ dependencies {
21
runtimeOnly(libs.mariadb)
22
}
23
24
+kotlin {
25
+ jvmToolchain(25)
26
+}
27
+
28
java {
29
toolchain {
30
languageVersion.set(JavaLanguageVersion.of(25))
0 commit comments