Skip to content

Commit

Permalink
chore(CI): use setup-gradle action and more efficient cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed May 23, 2024
1 parent af67348 commit 8df0e92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
- name: Build with Gradle
run: ./gradlew clean assembleRelease

0 comments on commit 8df0e92

Please sign in to comment.