From 54ba52e08efbced53eac6b037cb9bf1e0b0f732d Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 4 Jul 2019 18:24:21 -0700 Subject: [PATCH] Switch from the repo.spring.io/plugins-release to repo.spring.io/plugins-snapshot repo. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a4b0871..63599a3a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } repositories { gradlePluginPortal() - maven { url 'https://repo.spring.io/plugins-release' } + maven { url 'https://repo.spring.io/plugins-snapshot' } } }