mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-03 15:55:50 +00:00
Be more verbose
This commit is contained in:
@@ -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'
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user