diff --git a/settings.gradle b/settings.gradle index 7ab44d88..7a11a343 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url 'https://repo.spring.io/plugins-release' } + maven { url 'https://repo.spring.io/release' } } }