Fix crowdin task. Good luck jenkins, lets roll!
This commit is contained in:
parent
bbe96a3577
commit
4903febd96
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ outputJar {
|
|||
from extraTxts
|
||||
|
||||
// add crowdin locales
|
||||
from { crowdin.getDidWork() ? zipTree(crowdin) : null}
|
||||
from { crowdin.getDidWork() ? zipTree(crowdin.outputs) : null}
|
||||
dependsOn 'crowdin'
|
||||
|
||||
manifest.attributes([
|
||||
|
|
Loading…
Reference in a new issue