Skip to content

Commit

Permalink
[ISSUE #4721]Use gradle-build-action for caching and build scan link …
Browse files Browse the repository at this point in the history
…promotion (#4722)
  • Loading branch information
clayburn committed Jan 6, 2024
1 parent 8ebc984 commit c3326c0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3326c0

Please sign in to comment.