diff --git a/settings.gradle b/settings.gradle index f88a00b4a0..f82920c4ca 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,10 @@ +pluginManagement { + repositories { + gradlePluginPortal() + mavenCentral() + } +} + plugins { id 'com.gradle.develocity' version '3.17.5' id 'io.spring.develocity.conventions' version '0.0.19'