Skip to content

Commit

Permalink
Merge pull request #5545 from JabRef/enableStackTrace
Browse files Browse the repository at this point in the history
Reenable stack trace to debug windows build
  • Loading branch information
Siedlerchr authored Nov 3, 2019
2 parents b9eac2e + a5d0ac3 commit 921f442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ plugins {
// use the gradle build scan feature: https://scans.gradle.com/get-started
buildScan { termsOfServiceUrl = 'https://gradle.com/terms-of-service'; termsOfServiceAgree = 'yes' }

gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.ALWAYS

apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'project-report'
Expand Down

0 comments on commit 921f442

Please sign in to comment.