From 2fe05b4242daac9d2772d577cbb769edf302e573 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 7305f1c1..760c470f 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 {