Be more verbose

This commit is contained in:
Coffeemakr 2017-11-30 10:36:49 +01:00
parent 9a46992285
commit 23231732ca
No known key found for this signature in database
GPG key ID: 3F35676D8FF6E743

View file

@ -24,4 +24,12 @@ task sourcesJar(type: Jar, dependsOn: classes) {
artifacts {
archives sourcesJar
}
tasks.withType(Test) {
testLogging {
events "skipped", "failed"
showStandardStreams = true
exceptionFormat = 'full'
}
}