Tasks of Subprojects should depend on each other
If the tasks of two subprojects write to the same output (default configuration) their dependencies should be managed by the plugin
Example
- XGettext-Task of Project A writes to File X
- MsgInit-Task of Project B reads from File X => MsgInit-Task of Project B should depend on XGettext-Task of Project A