implemented crowdin support
This commit is contained in:
parent
ae4f979318
commit
8af641a86d
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ jenkins {
|
|||
job = 'minecraftforge'
|
||||
}
|
||||
|
||||
// crowdin stuff
|
||||
if (project.hasProperty("crowdinKey"))
|
||||
tasks.getLocalizations.apiKey = project.crowdinKey
|
||||
|
||||
|
||||
launch4j {
|
||||
jreMinVersion = '1.6.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue