From 914afd8b11a3c971e22f74fc0772f4d69fefc2df 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` **Auto-cherry-pick to `3.2.x` & `3.1.x`** --- 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' }