Skip to content

Commit 4cd3309

Browse files
committed
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.
1 parent 4a380b8 commit 4cd3309

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ configure(allprojects) { project ->
172172
repositories {
173173
maven { url "https://repo.spring.io/libs-release" }
174174
maven { url "https://repo.spring.io/milestone" }
175-
maven { url "https://repo.spring.io/snapshot" } // reactor-netty still pulls reactor-ipc 0.6 snapshots
176175
}
177176

178177
dependencies {

0 commit comments

Comments
 (0)