From 2b974da3959f8cccc9c2757a20bcaa5d4bf3b129 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 7 Feb 2019 14:34:59 -0500 Subject: [PATCH] Use snapshot instead of libs-snapshot repository The latter has stale Reactor snapshots --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e62f169758..0c14b25d3e8 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ configure(allprojects) { project -> repositories { maven { url "https://repo.spring.io/libs-release" } - maven { url "https://repo.spring.io/libs-snapshot" } // Reactor + maven { url "https://repo.spring.io/snapshot" } // Reactor } dependencies {