added jenkins compat tasks
This commit is contained in:
parent
1ae0498534
commit
a55536c0dc
1 changed files with 5 additions and 0 deletions
|
@ -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' }
|
||||
|
|
Loading…
Reference in a new issue