[GRADLE-1263] Sequential dependencies Created: 21/Dec/10 Updated: 01/May/13 Resolved: 01/May/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 1.6-rc-1 |
Type: | New Feature | ||
Reporter: | Hendy Irawan | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Gradle should have a way of declaring sequential dependencies. Rather than having a task execute: task1.execute() It should be possible to declare dependencies where they will be executed in the predefined order. |
Comments |
Comment by Adam Murdoch [ 01/May/13 ] |
You can now use task ordering rules to execute tasks in a certain order. |