update android, gradle and maven workflows to use caching from setup-java

This commit is contained in:
Dmitry Shibanov
2021-08-24 17:31:06 +03:00
parent 216e9acdac
commit 7f3356b05c
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew