2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-09-03 15:55:50 +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

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