diff --git a/build.gradle b/build.gradle index 5e1152cb69..9b85f8b01a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,6 @@ buildscript { classpath "com.netflix.nebula:nebula-project-plugin:8.2.0" } repositories { - maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://plugins.gradle.org/m2/' } } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index ad72d5f1ce..8f60c68385 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -10,7 +10,6 @@ sourceCompatibility = 1.8 repositories { gradlePluginPortal() mavenCentral() - maven { url 'https://repo.spring.io/plugins-release/' } } sourceSets { diff --git a/settings.gradle b/settings.gradle index deae9f8d49..6ffc2de4b9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,6 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url 'https://repo.spring.io/plugins-release' } } }