run CI with --stacktrace

This commit is contained in:
MiniDigger 2021-06-14 21:12:21 +02:00
parent ae5af5afcc
commit f72886c9a6
1 changed files with 2 additions and 2 deletions

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