Browse Source

Remove artifactory oss snapshot repository

The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT
repository.
pull/25742/head
Brian Clozel 5 years ago
parent
commit
59ecedea46
  1. 3
      build.gradle

3
build.gradle

@ -285,8 +285,7 @@ configure(allprojects) { project -> @@ -285,8 +285,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
}
}
configurations.all {

Loading…
Cancel
Save