Use range for Kotlin version
This commit is contained in:
@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
|
|||||||
ext.springDataVersion = "Moore-SR+"
|
ext.springDataVersion = "Moore-SR+"
|
||||||
}
|
}
|
||||||
if (!project.hasProperty("kotlinVersion")) {
|
if (!project.hasProperty("kotlinVersion")) {
|
||||||
ext.kotlinVersion = "1.3.70"
|
ext.kotlinVersion = "1.+"
|
||||||
}
|
}
|
||||||
if (!project.hasProperty("locksDisabled")) {
|
if (!project.hasProperty("locksDisabled")) {
|
||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
|
|||||||
Reference in New Issue
Block a user