Browse Source

Set reactorVersion to 2020.0.+

pull/140/head
Joe Grandja 5 years ago
parent
commit
cff7b786de
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) { @@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
}
if (!project.hasProperty("reactorVersion")) {
ext.reactorVersion = "Dysprosium-SR+"
ext.reactorVersion = "2020.0.+"
}
if (!project.hasProperty("locksDisabled")) {

Loading…
Cancel
Save