From 1ffc41596beef0a8b8b4a9309e1996bc070a15fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 10 Oct 2024 09:42:12 +0200 Subject: [PATCH] Upgrade to Develocity Conventions 0.0.22 This commit updates to the latest develocity conventions plugin. This has the advantage, since 0.0.21, to include the correct relevant Gradle Enterprise plugin. Closes gh-1808 --- settings.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 282bceb2..46e1442a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,8 +13,7 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.16.2' - id 'io.spring.ge.conventions' version '0.0.15' + id 'io.spring.develocity.conventions' version '0.0.22' } rootProject.name = 'webflow'