This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch jun-29-enable-remote-gradle-caching
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit b73db91fa408f99ed11cbff94342b81cafe2b4d7
Author: David Arthur <mum...@gmail.com>
AuthorDate: Sun Jun 29 18:46:33 2025 -0400

    try to get something published
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 1614948e195..3ce20e116b7 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -64,7 +64,7 @@ buildCache {
         // Check for the presence of the DEVELOCITY_ACCESS_KEY environment 
variable as a proxy for whether this is a fork or not.
         // Forks should not try to push to the remote cache as they will not 
have permission to do so.
         def accessKey = System.getenv('DEVELOCITY_ACCESS_KEY')
-        push = isGithubActions && accessKey
+        push = isGithubActions
     }
 }
 

Reply via email to