Shadow Version
7.1.2
Gradle Version
7.4.2
Description
ShadowCopyAction$ArchiveFileTreeElement breaks the contract of FileTreeElement that states it never returns null. I got this while writing my own Transformer, although I can handle this corner case, it's not clear in the documentation that this might happen and it's also not good to break an interface contract.
I don't know how it would be possible to solve this, if possible at all.