We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d69984 commit 59ecedeCopy full SHA for 59ecede
build.gradle
@@ -285,8 +285,7 @@ configure(allprojects) { project ->
285
repositories {
286
mavenCentral()
287
maven { url "https://repo.spring.io/libs-spring-framework-build" }
288
- maven { url "https://repo.spring.io/snapshot" } // Reactor
289
- maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
+ maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
290
}
291
292
configurations.all {
0 commit comments