Skip to content

Commit

Permalink
Merge pull request #138 from Jerit3787/master
Browse files Browse the repository at this point in the history
Use setup-gradle to setup cache when building android apps
  • Loading branch information
amarullz authored Jun 26, 2024
2 parents ae5f00a + 0db380d commit c989694
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
cache: 'gradle'

- name: Prepare gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Prepare Gradle
run: |
echo "${{ secrets.RELEASE_KEYSTORE }}" > release.keystore.asc
gpg -d --passphrase "${{ secrets.RELEASE_PASSWORD }}" --batch release.keystore.asc > keystore/debug.keystore
Expand Down
33 changes: 18 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c989694

Please sign in to comment.