Skip to content

Commit

Permalink
Pass on gradle JVM system property to test JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin committed Jan 15, 2021
1 parent 7c774c8 commit fd44e8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extractor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
test {
if (System.properties.containsKey('downloader')) {
systemProperty('downloader', System.getProperty('downloader'))
}
}

dependencies {
implementation project(':timeago-parser')

Expand Down

0 comments on commit fd44e8c

Please sign in to comment.