From bc3017c3608c4ea66c732b79a4d1a644c04dec34 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 8 Jul 2024 10:21:43 -0400 Subject: [PATCH] Migrate to `io.spring.develocity.conventions` plugin **Auto-cherry-pick to `3.2.x` & `3.1.x`** --- settings.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index c4d05f2cee..92bc3fe1f2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,14 +1,13 @@ pluginManagement { repositories { - mavenCentral() gradlePluginPortal() - maven { url 'https://repo.spring.io/release' } + mavenCentral() } } plugins { id 'com.gradle.develocity' version '3.17.5' - id 'io.spring.ge.conventions' version '0.0.17' + id 'io.spring.develocity.conventions' version '0.0.19' } rootProject.name = 'spring-kafka-dist'