implemented crowdin support

This commit is contained in:
AbrarSyed 2014-10-15 01:07:15 -05:00
parent ae4f979318
commit 8af641a86d
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ jenkins {
job = 'minecraftforge'
}
// crowdin stuff
if (project.hasProperty("crowdinKey"))
tasks.getLocalizations.apiKey = project.crowdinKey
launch4j {
jreMinVersion = '1.6.0'
}