From ad0bfaf3d77db2b9485cc87fef765a5b660083d1 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 29 Apr 2024 13:18:41 -0400 Subject: [PATCH] Migrate to `com.gradle.develocity:3.17.2` * Upgrade to `io.spring.ge.conventions:0.0.17` --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 95cc03d8d3..240fa137e5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.gradle.enterprise' version '3.15.1' - id 'io.spring.ge.conventions' version '0.0.16' + id 'com.gradle.develocity' version '3.17.2' + id 'io.spring.ge.conventions' version '0.0.17' } rootProject.name = 'spring-integration'