Set reactorVersion to 2020.0.+

Closes gh-9166
This commit is contained in:
Joe Grandja 2020-10-28 19:34:13 -04:00
parent c0327adecb
commit 4ff53c924d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if (!project.hasProperty("reactorVersion")) {
ext.reactorVersion = "Dysprosium-SR+"
ext.reactorVersion = "2020.0.+"
}
if (!project.hasProperty("springVersion")) {