kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Be more verbose
rodzic
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'
|
||||
}
|
||||
}
|
Ładowanie…
Reference in New Issue