Update to Reactor Dysprosium-M3

Fixes gh-7186
This commit is contained in:
Josh Cummings 2019-08-05 09:34:34 -06:00
parent 8f2260639b
commit a91ade910a
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Dysprosium-M1'
ext.reactorVersion = 'Dysprosium-M3'
}
if (!project.hasProperty('springVersion')) {