Set reactorVersion to 2020.0.+

This commit is contained in:
Joe Grandja 2020-11-09 05:07:48 -05:00
parent edf23562cb
commit cff7b786de

View File

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