public ConfigurableFileTree setBuiltBy(Iterable<?> tasks) {
   buildDependency.setValues(tasks);
   return this;
 }