build: Use dedicated Gradle cache action

This commit is contained in:
oSumAtrIX 2023-11-22 00:45:42 +01:00
parent 8b92a097dd
commit 1293495904
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -24,15 +24,15 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Cache
- name: Cache Node modules
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
.gradle
node_modules
key: gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
key: npm-${{ hashFiles('package-lock.json') }}
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
- name: Build with Gradle
env: