We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f2dd commit e26b850Copy full SHA for e26b850
build.gradle
@@ -32,7 +32,7 @@ subprojects {
32
apply plugin: 'io.spring.dependency-management'
33
apply plugin: 'com.github.sherter.google-java-format'
34
35
- ext['reactor-bom.version'] = '2020.0.0-SNAPSHOT'
+ ext['reactor-bom.version'] = '2020.0.0-RC2'
36
ext['logback.version'] = '1.2.3'
37
ext['netty-bom.version'] = '4.1.52.Final'
38
ext['netty-boringssl.version'] = '2.0.34.Final'
@@ -95,6 +95,14 @@ subprojects {
95
repositories {
96
mavenCentral()
97
98
+ maven {
99
+ url 'https://repo.spring.io/milestone'
100
+ content {
101
+ includeGroup "io.projectreactor"
102
+ includeGroup "io.projectreactor.netty"
103
+ }
104
105
+
106
maven {
107
url 'https://repo.spring.io/snapshot'
108
content {
0 commit comments