Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKK authored Dec 9, 2024
1 parent 833e4ee commit b0d37d9
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 @@ -28,6 +28,9 @@ jobs:
java-version: '11'
distribution: 'temurin'

- name: Grant execute permission to gradlew
run: chmod +x ./server/gradlew

- name: Build the project with Gradle
run: ./server/gradlew build --no-daemon

Expand Down

0 comments on commit b0d37d9

Please sign in to comment.