Skip to content

Commit

Permalink
fixed source compatibility and lifted it to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Jun 4, 2023
1 parent 2ace13c commit 5452e43
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,8 @@ wrapper {
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-bin.zip"
}

compileJava {
sourceCompatibility = 11
targetCompatibility = 11
}

compileKotlin {
sourceCompatibility = 11
targetCompatibility = 11
kotlin {
jvmToolchain(17)
}

javafx {
Expand Down

0 comments on commit 5452e43

Please sign in to comment.