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 e439716 commit 833e4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
distribution: 'temurin'

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

- name: List build directory (for debugging)
run: |
echo "Listing build/libs folder to check for the generated JAR files"
ls -la build/libs
ls -la server/build/libs
docker-push:
needs: build
Expand Down

0 comments on commit 833e4ee

Please sign in to comment.