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

hqtran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 53f440b507 Temporarily disable CI build cache
53f440b507 is described below

commit 53f440b5077d698ba6d6678c17995d7e771c1d4b
Author: Quan Tran <[email protected]>
AuthorDate: Fri Oct 31 08:40:55 2025 +0700

    Temporarily disable CI build cache
    
    cf build cache issue: 
https://github.com/apache/james-project/pull/2842#discussion_r2476940588
    The master build on CI is currently failing because of the cache issue.
    Let's try to have a green build with remote cache disabled merge to 
hopefully override the current remote cache. Then having a later PR re-enable 
the build cache.
    If this does not succeed, let's escalate it with a dedicated JIRA ticket.
---
 .mvn/develocity.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index 24d92dd289..3bb4761b04 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -50,7 +50,7 @@
       </cleanup>
     </local>
     <remote>
-      <enabled>true</enabled>
+      <enabled>false</enabled>
       <storeEnabled>#{isTrue(env['CI'])}</storeEnabled>
       <!--
       the next step is this


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to