Skip to content

Commit e26b850

Browse files
committed
Upgrade to Reactor 2020.0.0-RC2
Closes gh-943 Signed-off-by: Rossen Stoyanchev <[email protected]>
1 parent 792f2dd commit e26b850

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: build.gradle

+9-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subprojects {
3232
apply plugin: 'io.spring.dependency-management'
3333
apply plugin: 'com.github.sherter.google-java-format'
3434

35-
ext['reactor-bom.version'] = '2020.0.0-SNAPSHOT'
35+
ext['reactor-bom.version'] = '2020.0.0-RC2'
3636
ext['logback.version'] = '1.2.3'
3737
ext['netty-bom.version'] = '4.1.52.Final'
3838
ext['netty-boringssl.version'] = '2.0.34.Final'
@@ -95,6 +95,14 @@ subprojects {
9595
repositories {
9696
mavenCentral()
9797

98+
maven {
99+
url 'https://repo.spring.io/milestone'
100+
content {
101+
includeGroup "io.projectreactor"
102+
includeGroup "io.projectreactor.netty"
103+
}
104+
}
105+
98106
maven {
99107
url 'https://repo.spring.io/snapshot'
100108
content {

0 commit comments

Comments
 (0)