diff --git a/settings.gradle b/settings.gradle index 776e8d3c..e1d8ec65 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,6 +2,7 @@ pluginManagement { repositories { mavenCentral() maven { url "https://repo.spring.io/plugins-release-local" } + maven { url "https://repo.spring.io/release" } gradlePluginPortal() } resolutionStrategy {