Require Java 16

This commit is contained in:
Lukas Rieger (Blue) 2024-04-03 21:58:13 +02:00
parent 6cad751ac5
commit e7e32301f2
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ version = lastVersion +
println("Version: $version")
val javaTarget = 11
val javaTarget = 16
java {
sourceCompatibility = JavaVersion.toVersion(javaTarget)
targetCompatibility = JavaVersion.toVersion(javaTarget)