This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 33bc0c818a bump develocity to 4.4.0
33bc0c818a is described below
commit 33bc0c818a5dcac02e1f7ac3e7173e45fcf1cced
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 28 12:07:10 2026 +1000
bump develocity to 4.4.0
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index d3416ae688..908f53e871 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,7 +28,7 @@ pluginManagement {
plugins {
// Before updating this, please check the compatibility from
https://docs.gradle.com/develocity/current/miscellaneous/compatibility/ and
https://develocity.apache.org/scans.
- id "com.gradle.develocity" version "4.3.2"
+ id "com.gradle.develocity" version "4.4.0"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
}