Explorar el Código

Don’t cache changing deps

Mario Danic hace 8 años
padre
commit
acc5912e22
Se han modificado 1 ficheros con 4 adiciones y 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 = '24.2.1'