mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-03 23:40:18 +01:00
Be more verbose
This commit is contained in:
parent
9a46992285
commit
23231732ca
@ -24,4 +24,12 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
testLogging {
|
||||
events "skipped", "failed"
|
||||
showStandardStreams = true
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user