Try Reactor BUILD-SNAPSHOTs

Issue gh-8531
This commit is contained in:
Rob Winch 2020-05-15 13:51:49 -05:00
parent bf88065002
commit e945b3414a
1 changed files with 1 additions and 1 deletions

View File

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