Skip to content

Commit 59ecede

Browse files
committed
Remove artifactory oss snapshot repository
The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT repository.
1 parent 0d69984 commit 59ecede

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ configure(allprojects) { project ->
285285
repositories {
286286
mavenCentral()
287287
maven { url "https://repo.spring.io/libs-spring-framework-build" }
288-
maven { url "https://repo.spring.io/snapshot" } // Reactor
289-
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
288+
maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket
290289
}
291290
}
292291
configurations.all {

0 commit comments

Comments
 (0)