mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-23 10:45:47 +01:00
Require Java 16
This commit is contained in:
parent
6cad751ac5
commit
e7e32301f2
@ -40,7 +40,7 @@ version = lastVersion +
|
||||
|
||||
println("Version: $version")
|
||||
|
||||
val javaTarget = 11
|
||||
val javaTarget = 16
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.toVersion(javaTarget)
|
||||
targetCompatibility = JavaVersion.toVersion(javaTarget)
|
||||
|
Loading…
Reference in New Issue
Block a user