Skip to content

Commit

Permalink
feat(workflow): build -> shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
itIsMaku authored Apr 18, 2023
1 parent d655e68 commit 6542c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: chmod +x ./gradlew
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- run: ./gradlew build
- run: ./gradlew shadowJar
- uses: actions/upload-artifact@v2
with:
name: Package
Expand Down

0 comments on commit 6542c7a

Please sign in to comment.