We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf01fa5 commit 5aa7e08Copy full SHA for 5aa7e08
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/cache@v3
28
with:
29
path: ~/.gradle/caches
30
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
+ key: ${{ runner.os }}-gradle-${{ hashFiles('**/*') }}
31
restore-keys: |
32
${{ runner.os }}-gradle-
33
0 commit comments