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 f237d944d Revert "Update plugin com.gradle.develocity to v4.2 (#2583)"
(#2594)
f237d944d is described below
commit f237d944dcf154d11fee95c154ef0d06636e05ac
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Sep 17 15:29:24 2025 +0200
Revert "Update plugin com.gradle.develocity to v4.2 (#2583)" (#2594)
This reverts commit 8cc0fad7b77e47c437e25c198be6924fa63e4d59, build scans
are not published to the ASF Develocity instance.
---
settings.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 18ab9ab1b..0ca3b001a 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -110,7 +110,7 @@ pluginManagement {
}
plugins {
- id("com.gradle.develocity") version "4.2"
+ id("com.gradle.develocity") version "4.1.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
}