Skip to content

Commit

Permalink
set toolchain languageVersion too
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Mar 23, 2024
1 parent 08fe37d commit 34f8ca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ subprojects {
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}

configure<PublishingExtension> {
Expand Down

0 comments on commit 34f8ca0

Please sign in to comment.