Is there a way to add a child CopySpec to Abstract...
# community-support
s
Is there a way to add a child CopySpec to AbstractArchiveTask conditionally and lazily? I.e.
if (someCondition) { into(...) { ... } }
but where someCondition is a boolean Property?