1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-03 15:13:15 +00:00

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

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