Remove artifactory oss snapshot repository
The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT repository.
This commit is contained in:
@@ -285,8 +285,7 @@ configure(allprojects) { project ->
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/libs-spring-framework-build" }
|
maven { url "https://repo.spring.io/libs-spring-framework-build" }
|
||||||
maven { url "https://repo.spring.io/snapshot" } // Reactor
|
maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
|
||||||
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
|||||||
Reference in New Issue
Block a user