Browse Source

enforce refresh of SNAPSHOT lib dependencies

AndyScherzinger 8 năm trước cách đây
mục cha
commit
febf476534
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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