Skip to content

Commit a76146d

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

buildSrc/build.gradle.kts

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

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

0 commit comments

Comments
 (0)