parent
e36fbfa8a7
commit
68a4621b1a
|
|
@ -3,4 +3,4 @@ gaeVersion=1.9.78
|
||||||
springBootVersion=2.2.5.RELEASE
|
springBootVersion=2.2.5.RELEASE
|
||||||
version=5.3.0.BUILD-SNAPSHOT
|
version=5.3.0.BUILD-SNAPSHOT
|
||||||
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
|
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
|
||||||
kotlinVersion=1.3.61
|
kotlinVersion=1.3.70
|
||||||
|
|
|
||||||
|
|
@ -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.61"
|
ext.kotlinVersion = "1.3.70"
|
||||||
}
|
}
|
||||||
if (!project.hasProperty("locksDisabled")) {
|
if (!project.hasProperty("locksDisabled")) {
|
||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue