added jenkins compat tasks

This commit is contained in:
AbrarSyed 2015-06-29 12:56:23 -05:00
parent 1ae0498534
commit a55536c0dc
1 changed files with 5 additions and 0 deletions

View File

@ -313,3 +313,8 @@ String getVersionFromJava(File file)
return out;
}
// re-add old tasks for jenkins compat
// should be remvoed, and the jenkisn fixed when no longer building with FG 1.2
task setupForge { dependsOn 'setup' }
task buildPackages { dependsOn 'build' }