[enhancement] Run Gradle build with build cache

This commit is contained in:
Xiaro 2020-12-09 13:01:44 -05:00 committed by GitHub
parent 36c9586a7d
commit 90c5b85cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Gradle build
run: ./gradlew build
run: ./gradlew --build-cache build
- name: Archive artifact
uses: actions/upload-artifact@v2