Skip to content

Commit

Permalink
Use new Gradle toolchain support
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 20, 2020
1 parent fad225d commit 49f0124
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ idea {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}

withSourcesJar()
}
Expand Down

0 comments on commit 49f0124

Please sign in to comment.