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`**
This commit is contained in:
Artem Bilan
2024-09-16 16:02:57 -04:00
parent 1c160757af
commit 914afd8b11

View File

@@ -6,7 +6,6 @@ pluginManagement {
}
plugins {
id 'com.gradle.develocity' version '3.17.6'
id 'io.spring.develocity.conventions' version '0.0.21'
}