Remove explicit com.gradle.develocity plugin

It is managed now transitively by the `io.spring.develocity.conventions`

(cherry picked from commit 914afd8b11)
This commit is contained in:
Artem Bilan
2024-09-16 16:02:57 -04:00
committed by Spring Builds
parent 519e0f1d43
commit 4c77f0dd1c

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'
}