From 5d819042ae31bc95f95a3e3e1c849e656f8d709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Wed, 24 Jul 2024 08:56:35 +0200 Subject: [PATCH] 3.0.x: Upgrading develocity plugin --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 7c6773b..1450f36 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,8 +31,8 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.14.1' - id 'io.spring.ge.conventions' version '0.0.15' + id 'com.gradle.develocity' version '3.17.6' + id 'io.spring.ge.conventions' version '0.0.17' } dependencyResolutionManagement {