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 0846d70b54d260615362c6fdf71d26e2fdac8672 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Jun 8 12:09:56 2024 +0200 HDDS-10993. Enable Gradle remote cache in CI --- .mvn/gradle-enterprise.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index 2667402c23..db7d0a6716 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -44,7 +44,7 @@ <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled> </local> <remote> - <enabled>false</enabled> + <enabled>#{isTrue(env['GITHUB_ACTIONS'])}</enabled> </remote> </buildCache> </gradleEnterprise> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
