diff --git a/extractor/build.gradle b/extractor/build.gradle index 58063bba0..83643487b 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -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')