diff --git a/settings.gradle b/settings.gradle index 96839f2..c883205 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,6 @@ pluginManagement { dependencyResolutionManagement { repositories { mavenCentral() - maven { url "https://repo.spring.io/release" } if (version =~ /((-M|-RC)[0-9]+|-SNAPSHOT)$/) { maven { url "https://repo.spring.io/milestone" } }