Remove snapshot repository
reactor-netty-0.6.0.RELEASE on Maven Central depends on reactor-ipc-0.6.0.RELEASE so no need for this repository anymore. It may be needed to cleanup Gradle or Maven local cache since preliminary version of reactor-netty-0.6.0.RELEASE had a dependency on reactor-ipc-0.6.0.BUILD-SNAPSHOT.
This commit is contained in:
parent
4a380b8401
commit
4cd3309890
|
|
@ -172,7 +172,6 @@ configure(allprojects) { project ->
|
|||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" } // reactor-netty still pulls reactor-ipc 0.6 snapshots
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Reference in New Issue