From 8f933d9edcbf1352d1ed652248998eab46baffbe Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:11:14 -0500 Subject: [PATCH] Remove develocity in favor of version managed by conventions See https://github.com/spring-io/develocity-conventions/issues/92 Issue gh-15795 --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 6d31c39a75..a9a58ed3b4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,6 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18" id "io.spring.develocity.conventions" version "0.0.21" }