From 4b54e4878951779a822f9fc07220a1c39324c6df Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Oct 2024 12:35:48 +0100 Subject: [PATCH] Upgrade to Develocity Conventions 0.0.22 Closes gh-42492 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 54f4eca71d9..56ed984ebf6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { } plugins { - id "io.spring.develocity.conventions" version "0.0.21" + id "io.spring.develocity.conventions" version "0.0.22" } rootProject.name="spring-boot-build"