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 6cad751 commit e7e3230Copy full SHA for e7e3230
build.gradle.kts
@@ -40,7 +40,7 @@ version = lastVersion +
40
41
println("Version: $version")
42
43
-val javaTarget = 11
+val javaTarget = 16
44
java {
45
sourceCompatibility = JavaVersion.toVersion(javaTarget)
46
targetCompatibility = JavaVersion.toVersion(javaTarget)
0 commit comments