Temporarily change SNAPSHOT timeout to 1 hour
This commit is contained in:
@@ -20,7 +20,7 @@ subprojects {
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
|
||||
resolutionStrategy.cacheChangingModulesFor 1, "hours"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user