Skip to content

Commit

Permalink
Require Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Apr 3, 2024
1 parent 6cad751 commit e7e3230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version = lastVersion +

println("Version: $version")

val javaTarget = 11
val javaTarget = 16
java {
sourceCompatibility = JavaVersion.toVersion(javaTarget)
targetCompatibility = JavaVersion.toVersion(javaTarget)
Expand Down

0 comments on commit e7e3230

Please sign in to comment.