Skip to content

Commit a0ccdb0

Browse files
committed
fix: use shadow jar
1 parent de52d4b commit a0ccdb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
3232
build-scan-terms-of-use-agree: "yes"
3333
- name: Build
34-
run: ./gradlew build
34+
run: ./gradlew shadowJar
3535
- name: Upload Artifact
3636
uses: actions/upload-artifact@v4
3737
if: success() && contains(github.ref_name, 'master')

0 commit comments

Comments
 (0)