Skip to content

Commit

Permalink
ci: use shadowJar in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sotterbeck committed Aug 12, 2024
1 parent e0c72a7 commit c606c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build-scan-terms-of-use-agree: "yes"

- name: Run build
run: ./gradlew build
run: ./gradlew shadowJar

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

0 comments on commit c606c8a

Please sign in to comment.