Updategithub workflows to include gradle stacktraces

This commit is contained in:
Dimitry Ivanov 2020-07-16 17:56:28 +03:00
parent 2d6c3afed2
commit 2318dc02ff
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build -Prelease -PCI
run: ./gradlew build -Prelease -PCI --stacktrace

View File

@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build -PCI
run: ./gradlew build -PCI --stacktrace