Skip to content

Commit

Permalink
use shadowJar task to build project
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed May 1, 2024
1 parent 51f80d9 commit be67e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
arguments: shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit be67e5e

Please sign in to comment.