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.
2 parents cb9db70 + 2b974da commit b4de384Copy full SHA for b4de384
build.gradle
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150
repositories {
151
mavenLocal()
152
maven { url "https://repo.spring.io/libs-release" }
153
- maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
+ maven { url "https://repo.spring.io/snapshot" } // Reactor
154
}
155
156
dependencies {
0 commit comments