From 5c71e0e3d76b75aa3e0a003f17b950a77089ca72 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:16:52 -0500 Subject: [PATCH] Migrate to io.spring.develocity.conventions plugin Closes gh-15670 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 06bda5a9c5..9cfa3372b0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { plugins { id "com.gradle.develocity" version "3.18" - id "io.spring.ge.conventions" version "0.0.17" + id "io.spring.develocity.conventions" version "0.0.20" } dependencyResolutionManagement {