Skip to content

Commit

Permalink
Merge pull request #10 from Eastly1997/dev_cicd_gralde_wrapper
Browse files Browse the repository at this point in the history
Update quick-build.yaml
  • Loading branch information
Eastly1997 authored Dec 4, 2024
2 parents 61e1077 + 617b2c6 commit 49cc88d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quick-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Change wrapper permissions
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 49cc88d

Please sign in to comment.