Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Signed-off-by: Kenechukwu Akubue <[email protected]>
  • Loading branch information
kengoon authored Dec 19, 2023
1 parent 2d53f26 commit e5cfc3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
}

kotlin {
jvmToolchain(17)
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

0 comments on commit e5cfc3e

Please sign in to comment.