Skip to content

Commit

Permalink
Disable stacktrace on error (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and tobiasdiez committed Oct 17, 2019
1 parent 446096f commit 442618b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ plugins {
// use the gradle build scan feature: https://scans.gradle.com/get-started
buildScan { termsOfServiceUrl = 'https://gradle.com/terms-of-service'; termsOfServiceAgree = 'yes' }

// show stacktrace on error
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 442618b

Please sign in to comment.