This is an automated email from the ASF dual-hosted git repository.
sanjaydutt 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 53ff6b2cdee Testing develocity key for github (#3532)
53ff6b2cdee is described below
commit 53ff6b2cdee8db3df4ad3a7612883bf163208b10
Author: Sanjay Dutt <[email protected]>
AuthorDate: Fri Aug 29 18:49:25 2025 +0530
Testing develocity key for github (#3532)
---
gradle/develocity.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/develocity.gradle b/gradle/develocity.gradle
index 33e624597dd..875a6624724 100644
--- a/gradle/develocity.gradle
+++ b/gradle/develocity.gradle
@@ -27,7 +27,7 @@ develocity {
buildScan {
uploadInBackground = !isCIBuild
- publishing.onlyIf { it.authenticated }
+ publishing.onlyIf { true }
obfuscation {
ipAddresses { addresses -> addresses.collect { address ->
"0.0.0.0"} }
}