We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bde97 commit 93c227bCopy full SHA for 93c227b
build.gradle.kts
@@ -9,7 +9,7 @@ group = "de.bluecolored.bluemap.api"
9
val apiVersion: String by project
10
version = apiVersion
11
12
-val javaTarget = 8
+val javaTarget = 11
13
java {
14
sourceCompatibility = JavaVersion.toVersion(javaTarget)
15
targetCompatibility = JavaVersion.toVersion(javaTarget)
0 commit comments