mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-23 10:45:47 +01:00
Require Java 11
This commit is contained in:
parent
30bde97bd9
commit
93c227b5cc
@ -9,7 +9,7 @@ group = "de.bluecolored.bluemap.api"
|
||||
val apiVersion: String by project
|
||||
version = apiVersion
|
||||
|
||||
val javaTarget = 8
|
||||
val javaTarget = 11
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.toVersion(javaTarget)
|
||||
targetCompatibility = JavaVersion.toVersion(javaTarget)
|
||||
|
Loading…
Reference in New Issue
Block a user