Browse Source

Merge branch '5.1.x'

pull/22382/head
Rossen Stoyanchev 7 years ago
parent
commit
b4de3845c0
  1. 2
      build.gradle

2
build.gradle

@ -150,7 +150,7 @@ configure(allprojects) { project -> @@ -150,7 +150,7 @@ configure(allprojects) { project ->
repositories {
mavenLocal()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
dependencies {

Loading…
Cancel
Save