Cache gradle

This commit is contained in:
yueh
2020-06-09 12:26:28 +02:00
parent 0466539c1c
commit 4513d33c13
+5
View File
@@ -18,5 +18,10 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Use gradle cache for faster builds
uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Build with Gradle
run: ./gradlew build