kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Pass on gradle JVM system property to test JVM
rodzic
7c774c84ce
commit
a6cfe11ae9
|
@ -1,3 +1,10 @@
|
|||
test {
|
||||
// Pass on downloader type to tests for different CI jobs. See DownloaderFactory.java and ci.yml
|
||||
if (System.properties.containsKey('downloader')) {
|
||||
systemProperty('downloader', System.getProperty('downloader'))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue