From 4c77f0dd1cfdd45126542b393e29d5a3abd2d023 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 16 Sep 2024 16:02:57 -0400 Subject: [PATCH] Remove explicit `com.gradle.develocity` plugin It is managed now transitively by the `io.spring.develocity.conventions` (cherry picked from commit 914afd8b11a3c971e22f74fc0772f4d69fefc2df) --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index c8521af0b7..07ddd58a7a 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' }