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 2468d5926 Nit: add upgrade notes for develocity plugin (#3599)
2468d5926 is described below
commit 2468d5926106f1351cf274aea78f99a1e1ab175d
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Jan 28 16:13:45 2026 +0100
Nit: add upgrade notes for develocity plugin (#3599)
---
settings.gradle.kts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/settings.gradle.kts b/settings.gradle.kts
index b6a0c09b5..6fec1b723 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -110,6 +110,9 @@ pluginManagement {
}
plugins {
+ // When updating the develocity plugin version, verify that the version that
+ // https://develocity.apache.org/ runs is compatible with the plugin version
+ // as on
https://docs.gradle.com/develocity/current/miscellaneous/compatibility/
id("com.gradle.develocity") version "4.3.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
}