Browse Source

Start building against Reactor Californium-SR18 snapshots

See gh-24893
pull/25187/head
Stephane Nicoll 6 years ago
parent
commit
5ddbefecea
  1. 3
      build.gradle

3
build.gradle

@ -38,7 +38,7 @@ ext { @@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.48.Final"
reactorVersion = "Californium-SR17"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
@ -148,6 +148,7 @@ configure(allprojects) { project -> @@ -148,6 +148,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" }
mavenLocal()
}

Loading…
Cancel
Save