Upgrade to JDK 17
Closes gh-10343
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user