Browse Source

Try Reactor SNAPSHOTs

Trying to determine if this is related to reactor/reactor-core#2152

Issue gh-8531
pull/8724/head
Rob Winch 6 years ago
parent
commit
bf88065002
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

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

Loading…
Cancel
Save