Skip to content

Commit

Permalink
#42: Create software release 1.2.0. Added test stdout/stderr streams …
Browse files Browse the repository at this point in the history
…output to build log.
  • Loading branch information
simondelabici committed Jul 26, 2018
1 parent faef5a0 commit e59ba43
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 @@ -85,6 +85,8 @@ test {
testLogging {
events "passed", "skipped", "failed"
exceptionFormat "full"
outputs.upToDateWhen {false}
showStandardStreams = true
}
}

Expand Down

0 comments on commit e59ba43

Please sign in to comment.