Fix incorrect jar name.

This commit is contained in:
modmuss50 2021-12-06 11:56:07 +00:00
parent fb29f4b329
commit eb14061349

View file

@ -232,7 +232,6 @@ test.dependsOn runGametest
jar {
exclude "**/*.psd"
archiveClassifier = 'universal'
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.json"} : null}
dependsOn 'fixTranslations'