فهرست منبع

Don’t cache changing deps

Mario Danic 8 سال پیش
والد
کامیت
acc5912e22
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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'