From a7cb0ee414cc3e5121ce9f67be219f052c959905 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 15 Apr 2025 11:05:58 -0500 Subject: [PATCH] Migrate build to use Spring Develocity Conventions Signed-off-by: Eric Haag --- settings.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 7305f1c16..760c470ff 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,8 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.19.2" - id "io.spring.ge.conventions" version "0.0.17" + id "io.spring.develocity.conventions" version "0.0.22" } dependencyResolutionManagement {