From 754b4c456bdc9bf34e270a0faf04115e8ebdf834 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Wed, 16 Sep 2026 11:37:41 -0500 Subject: [PATCH] GEODE-10653: Update Develocity and CCUD Gradle plugins to latest versions Update the Develocity Gradle plugin from 3.18.2 to 4.5.1 and the Common Custom User Data Gradle plugin from 2.0.2 to 2.8.0. No configuration changes are required. The Develocity plugin 4.5.1 supports all Gradle 5.x and later versions, and Geode builds with Gradle 7.3.3. --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 3989c6446116..7b38f7b10f7a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,8 +24,8 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '3.18.2' - id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2' + id 'com.gradle.develocity' version '4.5.1' + id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.8.0' } includeBuild('build-tools/geode-repeat-test') {