1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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 -1
View File
@@ -1,5 +1,5 @@
if (!project.hasProperty("reactorVersion")) {
ext.reactorVersion = "Dysprosium-SR+"
ext.reactorVersion = "2020.0.+"
}
if (!project.hasProperty("springVersion")) {