This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 8cc0fad7b Update plugin com.gradle.develocity to v4.2 (#2583)
8cc0fad7b is described below
commit 8cc0fad7b77e47c437e25c198be6924fa63e4d59
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Sep 17 09:46:59 2025 +0200
Update plugin com.gradle.develocity to v4.2 (#2583)
---
settings.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 0ca3b001a..18ab9ab1b 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -110,7 +110,7 @@ pluginManagement {
}
plugins {
- id("com.gradle.develocity") version "4.1.1"
+ id("com.gradle.develocity") version "4.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
}