We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48a9993 + a6cfe11 commit b9ba956Copy full SHA for b9ba956
1 file changed
extractor/build.gradle
@@ -1,3 +1,10 @@
1
+test {
2
+// Pass on downloader type to tests for different CI jobs. See DownloaderFactory.java and ci.yml
3
+ if (System.properties.containsKey('downloader')) {
4
+ systemProperty('downloader', System.getProperty('downloader'))
5
+ }
6
+}
7
+
8
dependencies {
9
implementation project(':timeago-parser')
10
0 commit comments