Fix buildscript issue on certain locales.

(cherry picked from commit e64cfe5d3776cb74288591f3e0d19ed4bfe45518)
This commit is contained in:
wizjany 2020-07-03 17:07:36 -04:00 committed by MattBDev
parent 6fb10c3879
commit da577a3752

View File

@ -21,7 +21,7 @@ fun Project.applyCommonConfiguration() {
}
configurations.all {
resolutionStrategy {
cacheChangingModulesFor(5, "minutes")
cacheChangingModulesFor(5, "MINUTES")
}
}
}