mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Ensure Kotlin 1.3 compatibility
Closes gh-9765
This commit is contained in:
parent
26e34368c0
commit
34b55242fe
@ -100,10 +100,10 @@ rncToXsd {
|
|||||||
|
|
||||||
tasks.withType(KotlinCompile).configureEach {
|
tasks.withType(KotlinCompile).configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
apiVersion = "1.4"
|
languageVersion = "1.3"
|
||||||
|
apiVersion = "1.3"
|
||||||
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings"]
|
freeCompilerArgs = ["-Xjsr305=strict", "-Xsuppress-version-warnings"]
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
languageVersion = "1.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user