mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 13:50:33 +05:30
Pass on gradle JVM system property to test JVM
This commit is contained in:
parent
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 {
|
dependencies {
|
||||||
implementation project(':timeago-parser')
|
implementation project(':timeago-parser')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user