Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan authored Apr 1, 2024
1 parent fba1467 commit 257437d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:

- name: Set execute permissions for backend gradlew
run: chmod +x ./backend/gradlew
working-directory: ./backend

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

dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 257437d

Please sign in to comment.