aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMiniDigger <[email protected]>2021-06-14 21:12:21 +0200
committerMiniDigger <[email protected]>2021-06-14 21:12:21 +0200
commitf72886c9a62de65a08f6eff434e8749c16680832 (patch)
tree3f71f11604f51a98ea5fc81913d85d37a69167ad /.github
parentae5af5afcc9e2a68a10797fce661315d73c1af38 (diff)
downloadPaper-f72886c9a62de65a08f6eff434e8749c16680832.tar.gz
Paper-f72886c9a62de65a08f6eff434e8749c16680832.zip
run CI with --stacktrace
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e65ad9613..63f28ac60f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,5 +36,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
- ./gradlew applyPatches
- ./gradlew build
+ ./gradlew applyPatches --stacktrace
+ ./gradlew build --stacktrace