Skip to content
Snippets Groups Projects
Commit 3cd33bfc authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-446 : Newer libraries are not automatically incorporated in new builds...

SSDM-446 : Newer libraries are not automatically incorporated in new builds (gradle) - disabled caching of dynamic versions. See gradle documentation for more details:
- http://www.gradle.org/docs/current/userguide/dependency_management.html#sec:dependency_resolution
- http://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ResolutionStrategy.html

SVN: 31773
parent 0f02df77
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ configurations {
}
configurations.all {
resolutionStrategy.cacheDynamicVersionsFor 0, 'hours'
resolutionStrategy.cacheChangingModulesFor 0, 'hours'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment