* 1) filter the distant conflicts away for the nearer ones.
* 2) same distance nodes will pick 'newest' version.
*
* This can cause a collapsing of node versions.
*/
tasks.add( new RefineConflictsTask() );
/* Reduce the scope of the graph to those visible by the 'test' scope.
*/
tasks.add( taskReduceScope );