This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 3cb8bf99c3f4e32d330c5d093f7aa4672075a1ab Author: Brian Demers <[email protected]> AuthorDate: Sun Jan 18 02:06:06 2026 -0500 Update develocity plugin to 4.2.2 (#3841) And the related ccud plugin to 2.4.0 --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 487fc03cff1..782edec4325 100644 --- a/settings.gradle +++ b/settings.gradle @@ -25,8 +25,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.2.2' + id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0' } apply from: file('gradle/develocity.gradle')
