From de1b5f8fef39c244b7810f8082652da34c7d46d9 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 17 Sep 2024 17:05:47 -0400 Subject: [PATCH] Remove `com.gradle.develocity` plugin The plugin is managed transitively by the `io.spring.develocity.conventions` since version `0.0.21` (cherry picked from commit 725e66004c122387f92bfa12547592b443a582d4) --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index a16e8acfde4..c8610d96204 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,6 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '3.17.6' id 'io.spring.develocity.conventions' version '0.0.21' }