13
0
geforkt von Mirrors/Paper

run CI with --stacktrace

Dieser Commit ist enthalten in:
MiniDigger | Martin 2021-06-14 21:12:21 +02:00
Ursprung 07d4b300d6
Commit 0c4da04848

Datei anzeigen

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