1
0
mirror of synced 2026-09-11 03:39:49 +00:00

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