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
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

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