Fix buildscript issue on certain locales.

This commit is contained in:
wizjany 2020-07-03 17:07:36 -04:00
parent 57b73b9e1f
commit e64cfe5d37

View File

@ -12,7 +12,7 @@
}
configurations.all {
resolutionStrategy {
cacheChangingModulesFor(5, "minutes")
cacheChangingModulesFor(5, "MINUTES")
}
}
}