diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e65ad961..63f28ac60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,5 +36,5 @@ jobs: run: | git config --global user.email "no-reply@github.com" git config --global user.name "Github Actions" - ./gradlew applyPatches - ./gradlew build + ./gradlew applyPatches --stacktrace + ./gradlew build --stacktrace