[ci-skip] update workflow

This commit is contained in:
Ben Kerllenevich
2021-06-25 07:18:27 -04:00
committed by GitHub
parent 58ae05bf5b
commit 68438a6d8d

View File

@@ -14,6 +14,6 @@ jobs:
- name: Configure Git - name: Configure Git
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions" run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
- name: Apply patches - name: Apply patches
run: ./gradlew applyPatches run: ./gradlew applyPatches --stacktrace
- name: Build - name: Build
run: ./gradlew shadowJar run: ./gradlew build --stacktrace