fix debug gradle builds to have less bloat in console

This commit is contained in:
Connor Tumbleson 2014-02-09 18:49:59 -06:00
parent c5a8f0c8a5
commit 720c08608d

View File

@ -124,4 +124,10 @@ subprojects {
dependencies {
testCompile 'junit:junit:4.8.2'
}
test {
testLogging {
exceptionFormat = 'full'
}
}
}