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 4b9144b commit 5cab968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: chmod +x ./backend/gradlew

- 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 5cab968

Please sign in to comment.