Use snapshot instead of libs-snapshot repository
The latter has stale Reactor snapshots
This commit is contained in:
parent
e7c038f2d2
commit
2b974da395
|
|
@ -149,7 +149,7 @@ configure(allprojects) { project ->
|
|||
|
||||
repositories {
|
||||
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…
Reference in New Issue