Skip to content

Commit 8c4fcbe

Browse files
author
Maximilian Häming
authored
ci: cache gradle build
1 parent 929fc2d commit 8c4fcbe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup JDK
1717
uses: actions/setup-java@v3.13.0
1818
with:
19-
java-version: 1.8
19+
java-version: '11'
20+
distribution: 'temurin'
21+
cache: gradle
2022
- name: Build with Gradle
2123
run: ./gradlew build
2224
- name: Upload APK

0 commit comments

Comments
 (0)