Sfoglia il codice sorgente

enforce refresh of SNAPSHOT lib dependencies

AndyScherzinger 8 anni fa
parent
commit
febf476534
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 {