Merge pull request #1457 from AbrarSyed/master

implemented crowdin support
This commit is contained in:
LexManos 2014-10-15 01:27:44 -07:00
commit 619ceefa49
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'
}