Remove explicit com.gradle.develocity plugin

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

(cherry picked from commit 2a63422770)
This commit is contained in:
Artem Bilan
2024-09-16 14:52:52 -04:00
committed by Spring Builds
parent 6fab5fbc4a
commit b2dcdd5e63

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