Skip to content

Commit

Permalink
auto select gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 14, 2025
1 parent f8c3cb6 commit 01a0780
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ jobs:
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: Setup Gradle 8.0.1
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.0.1"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Create Google Services JSON File
env:
GOOGLE_JSON: ${{ secrets.GOOGLE_JSON }}
Expand Down

0 comments on commit 01a0780

Please sign in to comment.