Change Reactor Constraint to Take Latest SR

Issue gh-8531
This commit is contained in:
Josh Cummings
2020-06-03 11:56:28 -06:00
parent 94737df378
commit 977642b0ce

View File

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