Skip to content

Commit

Permalink
incremental update Wed 9 Nov 2022 15:59:47 AST
Browse files Browse the repository at this point in the history
  • Loading branch information
codetojoy committed Nov 9, 2022
1 parent e4b718b commit ec52367
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- name: get code
uses: actions/checkout@v3

- name: cache dependencies (Gradle)
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: cache dependencies (Gradle)
# 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: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit ec52367

Please sign in to comment.