Explorar o código

enforce refresh of SNAPSHOT lib dependencies

AndyScherzinger %!s(int64=8) %!d(string=hai) anos
pai
achega
febf476534
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 {