Skip to content

Commit e5cfc3e

Browse files
authored
Update build.gradle.kts
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent 2d53f26 commit e5cfc3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
2323
}
2424

2525
kotlin {
26-
jvmToolchain(17)
26+
jvmToolchain {
27+
languageVersion.set(JavaLanguageVersion.of(17))
28+
}
2729
}

0 commit comments

Comments
 (0)