1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Upgrade to JDK 17

Closes gh-10343
This commit is contained in:
Marcus Da Coregio
2021-10-07 14:33:15 -03:00
parent 560962649e
commit 010f719344
12 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ tasks.withType(KotlinCompile).configureEach {
languageVersion = "1.3"
apiVersion = "1.3"
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings"]
jvmTarget = "1.8"
jvmTarget = "11"
}
}