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

mxsm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new c3326c0b5 [ISSUE #4721]Use gradle-build-action for caching and build 
scan link promotion (#4722)
c3326c0b5 is described below

commit c3326c0b52bb0b3043e2151c65ef257eb5cb9a33
Author: Clay Johnson <[email protected]>
AuthorDate: Sat Jan 6 05:10:51 2024 -0600

    [ISSUE #4721]Use gradle-build-action for caching and build scan link 
promotion (#4722)
---
 .github/workflows/ci.yml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 98f7c6673..e5e347cb5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,14 +56,8 @@ jobs:
           git submodule update
           make -C ./eventmesh-sdks/eventmesh-sdk-c  
 
-      - name: Cache Gradle packages
-        uses: actions/cache@v3
-        with:
-          path: |
-            ~/.gradle/caches
-            ~/.gradle/wrapper
-          key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 
'**/gradle-wrapper.properties') }}
-          restore-keys: ${{ runner.os }}-gradle-
+      - name: Setup Gradle
+        uses: gradle/gradle-build-action@v2
 
       - name: Set up JDK 11
         uses: actions/setup-java@v3


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

Reply via email to