From caa717e358272f074607f63b34ae60faf498c623 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 8 Mar 2022 17:21:38 +0000 Subject: [PATCH] Move repo.spring.io up in the order I'm getting very slow times on failures to resolve Boot snapshots through the gradlePluginPortal (3-4 min build time). Moving it down after repo.spring.io restores regular build times. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index ff0bd9e9..8e6c6be4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,13 +1,13 @@ pluginManagement { repositories { mavenCentral() - gradlePluginPortal() maven { url 'https://repo.spring.io/release' } maven { url "https://repo.spring.io/snapshot" } + gradlePluginPortal() } resolutionStrategy { eachPlugin {