Skip to content

Commit

Permalink
Update android-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRfantastic3DGamer authored Dec 23, 2024
1 parent 74b434c commit 52c2a3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/android-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

uses: gradle/actions/setup-gradle@v4
# Grant execute permissions for Gradle wrapper
- name: Grant execute permission for Gradle wrapper
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build


- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4


- name: Commit files
Expand Down

0 comments on commit 52c2a3d

Please sign in to comment.