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

adoroszlai pushed a commit to branch HDDS-10993
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 1d40816832ca864d7dafbc2a3a815e59f1049955
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 8 12:17:12 2024 +0200

    enable always, store only in CI
---
 .mvn/gradle-enterprise.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml
index db7d0a6716..17c47ad671 100644
--- a/.mvn/gradle-enterprise.xml
+++ b/.mvn/gradle-enterprise.xml
@@ -44,7 +44,8 @@
       <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
     </local>
     <remote>
-      <enabled>#{isTrue(env['GITHUB_ACTIONS'])}</enabled>
+      <enabled>true</enabled>
+      <storeEnabled>#{isTrue(env['GITHUB_ACTIONS'])}</storeEnabled>
     </remote>
   </buildCache>
 </gradleEnterprise>


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

Reply via email to