From b2dcdd5e63aac272a372c62d597554fcf6a5afdd Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 16 Sep 2024 14:52:52 -0400 Subject: [PATCH] Remove explicit `com.gradle.develocity` plugin It is managed now transitively by the `io.spring.develocity.conventions` (cherry picked from commit 2a634227703ef57adbe4a8994fbd08066108b273) --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 5c20e31b03..87c12dd0fa 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' }