Be more verbose
This commit is contained in:
parent
9a46992285
commit
23231732ca
1 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,11 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
||||||
artifacts {
|
artifacts {
|
||||||
archives sourcesJar
|
archives sourcesJar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Test) {
|
||||||
|
testLogging {
|
||||||
|
events "skipped", "failed"
|
||||||
|
showStandardStreams = true
|
||||||
|
exceptionFormat = 'full'
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue