1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-31 03:50:36 +01:00

run CI with --stacktrace

This commit is contained in:
MiniDigger | Martin 2021-06-14 21:12:21 +02:00
parent 07d4b300d6
commit 0c4da04848

View file

@ -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