Skip to content

Commit

Permalink
Set Java compatibility back to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Dec 20, 2020
1 parent ded8e7f commit 0af447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ tasks {

withType<JavaCompile> {
options.encoding = "UTF-8"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
sourceCompatibility = "11"
targetCompatibility = "11"
}

withType<PatchPluginXmlTask> {
Expand Down

0 comments on commit 0af447e

Please sign in to comment.