diff --git a/settings.gradle b/settings.gradle index ff0bd9e9..8e6c6be4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,13 +1,13 @@ pluginManagement { repositories { mavenCentral() - gradlePluginPortal() maven { url 'https://repo.spring.io/release' } maven { url "https://repo.spring.io/snapshot" } + gradlePluginPortal() } resolutionStrategy { eachPlugin {