Cache Gradle artifacts.

This commit is contained in:
Nolan Darilek 2020-11-17 13:24:58 -06:00
parent 3ff48e2601
commit 413b68be63

View File

@ -61,5 +61,10 @@ jobs:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- run: |
./gradlew assemble