Revert later, fix build

This commit is contained in:
modmuss50 2020-08-12 08:45:15 +01:00
parent bd88aabe68
commit 5bd9e82690

View file

@ -152,7 +152,7 @@ task crowdinExport() {
task crowdin(type: Download, dependsOn: 'crowdinExport'){ task crowdin(type: Download, dependsOn: 'crowdinExport'){
src 'https://crowdin.com/backend/download/project/techreborn.zip' src 'https://s.modm.us/TechReborn%20%28translations%29.zip'
dest file("build/translations.zip") dest file("build/translations.zip")
overwrite true overwrite true
} }