Explorar o código

Don’t cache changing deps

Mario Danic %!s(int64=8) %!d(string=hai) anos
pai
achega
1815ace4d1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -23,6 +23,10 @@ apply plugin: 'checkstyle'
 apply plugin: 'pmd'
 apply plugin: 'findbugs'
 
+configurations.all {
+    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
+}
+
 ext {
     supportLibraryVersion = '25.0.0'