Skip to content

Commit

Permalink
using shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Subilan authored Aug 6, 2024
1 parent 5a91c67 commit 9e45fd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2

- name: Build with Gradle Wrapper
run: ./gradlew build
- name: Build & shadow with Gradle Wrapper
run: ./gradlew shadow

- name: Upload built artifact
uses: actions/upload-artifact@v4.3.5
with:
Expand Down

0 comments on commit 9e45fd9

Please sign in to comment.