make robolectric fetch dependencies via HTTPS
https://robolectric.org/configuring/#system-properties https://gitlab.com/fdroid/fdroidclient/-/merge_requests/963#note_483716081
This commit is contained in:
parent
97aaf5a067
commit
99a5262730
@ -99,6 +99,7 @@ android {
|
||||
events "skipped", "failed", "standardOut", "standardError"
|
||||
showStandardStreams = true
|
||||
}
|
||||
systemProperty 'robolectric.dependency.repo.url', 'https://repo1.maven.org/maven2'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user