Merge branch 'bugfix-dont-call-fetch-page-in-constructor' of https://github.com/coffeemakr/NewPipeExtractor into f

This commit is contained in:
Christian Schabesberger
2017-11-30 15:39:27 +01:00
30 changed files with 104 additions and 62 deletions

View File

@@ -24,4 +24,12 @@ task sourcesJar(type: Jar, dependsOn: classes) {
artifacts {
archives sourcesJar
}
tasks.withType(Test) {
testLogging {
events "skipped", "failed"
showStandardStreams = true
exceptionFormat = 'full'
}
}