mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-04 00:05:24 +00:00
Be more verbose
This commit is contained in:
@@ -24,4 +24,12 @@ 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