run CI with --stacktrace
This commit is contained in:
parent
ae5af5afcc
commit
f72886c9a6
|
@ -36,5 +36,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "no-reply@github.com"
|
git config --global user.email "no-reply@github.com"
|
||||||
git config --global user.name "Github Actions"
|
git config --global user.name "Github Actions"
|
||||||
./gradlew applyPatches
|
./gradlew applyPatches --stacktrace
|
||||||
./gradlew build
|
./gradlew build --stacktrace
|
||||||
|
|
Loading…
Reference in New Issue