mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
enforce refresh of SNAPSHOT lib dependencies
This commit is contained in:
parent
b1cc47d9cf
commit
2f2f0b971a
1 changed files with 4 additions and 0 deletions
|
@ -221,6 +221,10 @@ dependencies {
|
|||
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
/// increased logging for tests
|
||||
testLogging {
|
||||
|
|
Loading…
Reference in a new issue