mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-04 05:06:36 +01:00
Use range for Kotlin version
This commit is contained in:
@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
|
||||
ext.springDataVersion = "Moore-SR+"
|
||||
}
|
||||
if (!project.hasProperty("kotlinVersion")) {
|
||||
ext.kotlinVersion = "1.3.70"
|
||||
ext.kotlinVersion = "1.+"
|
||||
}
|
||||
if (!project.hasProperty("locksDisabled")) {
|
||||
dependencyLocking {
|
||||
|
||||
Reference in New Issue
Block a user