From 662771ec6615aed904eda4d20d23d73a7075c75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Mon, 22 Jul 2024 13:16:48 +0200 Subject: [PATCH] 3.3.x: Upgrading develocity plugin (#283) --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 4107226..0c844bd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,8 +31,8 @@ pluginManagement { } plugins { - id 'com.gradle.enterprise' version '3.16.2' - 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 {