diff --git a/settings.gradle b/settings.gradle index 0e6909cc..76369783 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { mavenLocal() mavenCentral() maven { url "https://repo.spring.io/plugins-release-local" } - maven { url "https://repo.spring.io/snapshot" } + maven { url "https://repo.spring.io/release" } gradlePluginPortal() } resolutionStrategy {