enforce refresh of SNAPSHOT lib dependencies

This commit is contained in:
AndyScherzinger 2017-03-28 00:11:56 +02:00
parent b1cc47d9cf
commit 2f2f0b971a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -221,6 +221,10 @@ dependencies {
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
tasks.withType(Test) {
/// increased logging for tests
testLogging {