diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 30036225c..c63286d23 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,6 +14,6 @@ jobs: - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions" - name: Apply patches - run: ./gradlew applyPatches + run: ./gradlew applyPatches --stacktrace - name: Build - run: ./gradlew shadowJar + run: ./gradlew build --stacktrace