This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 6409f19f2a6 Update develocity plugin to 4.2.2 (#3841)
6409f19f2a6 is described below
commit 6409f19f2a65c27471b2c04a36e37c4194713839
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')