github workflow: properly cache dependencies

This commit is contained in:
Bixilon 2022-10-17 21:07:45 +02:00
parent bebb6f31b4
commit c0a2dfa8cb
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ matrix.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
key: ${{ matrix.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
- name: Setup Gradle Wrapper Cache