quick fix for translations

This commit is contained in:
modmuss50 2019-09-20 20:53:28 +01:00
parent c401a336bc
commit d4d55922ca

View file

@ -126,7 +126,7 @@ jar {
exclude "**/*.psd"
classifier = 'universal'
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.lang"} : null}
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.json"} : null}
dependsOn 'renameCrowdin'
}