2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 14:26:14 +00:00

Be more verbose

This commit is contained in:
Coffeemakr
2017-11-30 10:36:49 +01:00
parent 9a46992285
commit 23231732ca

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'
}
}