Fix incorrect jar name.
This commit is contained in:
parent
fb29f4b329
commit
eb14061349
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ test.dependsOn runGametest
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
exclude "**/*.psd"
|
exclude "**/*.psd"
|
||||||
archiveClassifier = 'universal'
|
|
||||||
|
|
||||||
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.json"} : null}
|
from { crowdin.getDidWork() ? fileTree('build/translations').matching{exclude "**/en_US.json"} : null}
|
||||||
dependsOn 'fixTranslations'
|
dependsOn 'fixTranslations'
|
||||||
|
|
Loading…
Reference in a new issue