Skip to content

Commit

Permalink
Better test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jun 13, 2013
1 parent 3a950f0 commit ddf5e1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ signing {
sign configurations.archives
}

test {
testLogging {
stackTraceFilters "truncate", "groovy"
events "passed", "skipped", "failed"
}
}

// Only *require* signing if we are uploading a non snapshot version
gradle.taskGraph.whenReady { taskGraph ->
tasks.withType(org.gradle.plugins.signing.Sign).all {
Expand Down

0 comments on commit ddf5e1d

Please sign in to comment.