There is still no support for just ignoring the value if you set it at configuration time.
This isn’t really a problem though because you’ll often see the manifest attributes wrapped in doFirst { }
. This delays setting them until execution time and they only impact the task after the task is otherwise outdated and running anyway.