We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de52d4b commit a0ccdb0Copy full SHA for a0ccdb0
1 file changed
.github/workflows/gradle.yml
@@ -31,7 +31,7 @@ jobs:
31
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
32
build-scan-terms-of-use-agree: "yes"
33
- name: Build
34
- run: ./gradlew build
+ run: ./gradlew shadowJar
35
- name: Upload Artifact
36
uses: actions/upload-artifact@v4
37
if: success() && contains(github.ref_name, 'master')
0 commit comments