Skip to content

Commit

Permalink
Use wrapper for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
roddolf committed Sep 15, 2024
1 parent f66f6aa commit a0e7df1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build

- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a0e7df1

Please sign in to comment.