3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 03:58:04 +02:00

Fix buildscript issue on certain locales.

(cherry picked from commit e64cfe5d3776cb74288591f3e0d19ed4bfe45518)
Dieser Commit ist enthalten in:
wizjany 2020-07-03 17:07:36 -04:00 committet von MattBDev
Ursprung 6fb10c3879
Commit da577a3752

Datei anzeigen

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