[GRADLE-143] Introduce a flag that allows a task to declare that it does not modify the project tree. Created: 06/Jul/08 Updated: 04/Jan/13 Resolved: 11/Jul/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.2 |
Fix Version/s: | 0.3 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
This would offer a performance improvement for multitasks build (e.g. gradle clean libs). If the clean task declares itself as not modifying the dag, we don't have to recreate the dag after its execution. The clean task would be the only build in tasks setting this flag to true right now. |