From a19248f0ff5ccb6a24057fc7ffc4ae2eb932ac34 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Mon, 13 May 2024 14:32:08 -0300 Subject: [PATCH] Migrate to com.gradle.develocity plugin Closes gh-2972 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 71ed6fb1..e7e99827 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.2" + id "com.gradle.develocity" version "3.17.2" id "io.spring.ge.conventions" version "0.0.16" }