Skip to content

Commit 2b974da

Browse files
committed
Use snapshot instead of libs-snapshot repository
The latter has stale Reactor snapshots
1 parent e7c038f commit 2b974da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ configure(allprojects) { project ->
149149

150150
repositories {
151151
maven { url "https://repo.spring.io/libs-release" }
152-
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
152+
maven { url "https://repo.spring.io/snapshot" } // Reactor
153153
}
154154

155155
dependencies {

0 commit comments

Comments
 (0)