3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

run CI with --stacktrace

Dieser Commit ist enthalten in:
MiniDigger 2021-06-14 21:12:21 +02:00
Ursprung ae5af5afcc
Commit f72886c9a6

Datei anzeigen

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