Skip to content

Commit

Permalink
Fix: gradle cache (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn authored Dec 20, 2023
1 parent 4017a2b commit 04963f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
path: |
~/.gradle/caches
~/.gradle/wrapper
!~/.gradle/wrapper/dists/**/gradle*.zip
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
gradle-${{ runner.os }}-
${{ runner.os }}-gradle-
- name: Build Project
run: ./gradlew build
run: ./gradlew build --no-daemon

0 comments on commit 04963f5

Please sign in to comment.