Change resolution strategy to refresh snapshot dependencies more frequently

This commit is contained in:
MD 2020-11-26 01:04:11 +00:00
parent 63c29a318e
commit 84a48adbdd
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ subprojects {
}
}
// Dependency caching
configurations.all {
resolutionStrategy.cacheChangingModulesFor 5, 'minutes'
}
// Version Injection
processResources {
inputs.property('fullVersion', fullVersion)