From c9f4d7e52a4ce91f53b0e559b49cf2d9f762b48d Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 8 Jul 2024 10:11:20 -0400 Subject: [PATCH] Add `pluginManagement` into `settings.gradle` **Auto-cherry-pick to `6.3.x` & `6.2.x`** --- settings.gradle | 7 +++++++ 1 file changed, 7 insertions(+) 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'