[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()
task2.execute()
task3.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.

Generated at Wed Jun 30 11:51:05 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.