Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooooonshine authored Jul 31, 2024
1 parent be2e5c7 commit 2db779a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Set Gradle Wrapper executable permission
run: chmod +x ./backend/gradlew

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

Expand Down

0 comments on commit 2db779a

Please sign in to comment.