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

Upgrade to Kotlin 1.6.20-M1

Closes gh-10687
This commit is contained in:
Marcus Da Coregio
2022-02-22 08:51:27 -03:00
parent 7faa2d4e70
commit eca32b4812
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ tasks.withType(KotlinCompile).configureEach {
languageVersion = "1.6"
apiVersion = "1.6"
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings"]
jvmTarget = "11"
jvmTarget = "17"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@ springBootVersion=2.4.2
springFrameworkVersion=6.0.0-M2
openSamlVersion=3.4.6
version=6.0.0-SNAPSHOT
kotlinVersion=1.6.10
kotlinVersion=1.6.20-M1
samplesBranch=6.0.x
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true