Description
Small change to the APIs of GroupingOptions and ParallelDoOptions to make them consistent with one another, with each of them having two methods on their respective Builders:
1) sourceTargets(SourceTarget<?>... st)
2) sourceTargets(Collection<SourceTarget<?>> st)
for adding new SourceTarget dependencies.