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 1621d54c362 Revert develocity github key changes (#3552)
1621d54c362 is described below

commit 1621d54c362f2090d02f8c39cfff793ec3c05d30
Author: Sanjay Dutt <[email protected]>
AuthorDate: Fri Aug 29 20:03:35 2025 +0530

    Revert develocity github key changes (#3552)
---
 gradle/develocity.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/develocity.gradle b/gradle/develocity.gradle
index 875a6624724..33e624597dd 100644
--- a/gradle/develocity.gradle
+++ b/gradle/develocity.gradle
@@ -27,7 +27,7 @@ develocity {
     buildScan {
         uploadInBackground = !isCIBuild
 
-        publishing.onlyIf { true }
+        publishing.onlyIf { it.authenticated }
         obfuscation {
             ipAddresses { addresses -> addresses.collect { address -> 
"0.0.0.0"} }
         }

Reply via email to