Temporarily change SNAPSHOT timeout to 1 hour

This commit is contained in:
Phillip Webb
2025-03-18 17:19:37 -07:00
parent 93f646496d
commit bd8d37fdfd

View File

@@ -20,7 +20,7 @@ subprojects {
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, "minutes"
resolutionStrategy.cacheChangingModulesFor 1, "hours"
}
}