Use range for Kotlin version
This commit is contained in:
parent
b2ea0ba775
commit
9128dded7e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue