3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-24 02:58:03 +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 { configurations.all {
resolutionStrategy { resolutionStrategy {
cacheChangingModulesFor(5, "minutes") cacheChangingModulesFor(5, "MINUTES")
} }
} }
} }