Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak authored Mar 16, 2024
1 parent 48a1333 commit 3b1b5e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
working-directory: ./OrderProcessingAPI
run: chmod +x ./gradlew

- name: Setup Gradle
working-directory: ./OrderProcessingAPI
run: gradle wrapper --gradle-version 8.5

- name: Build with Gradle
working-directory: ./OrderProcessingAPI
run: ./gradlew build --no-daemon
Expand Down

0 comments on commit 3b1b5e7

Please sign in to comment.