We use it in our tests but it's deprecated in Gradle 8.11. There's a replacement but it (like ZipCopyAction) is in an internal package. We should probably just define our own constant instead for testing purposes.
Comment From: wilkinsona
Scratch that. We already have our own constant and we're just testing that ours aligns with Gradle's own. We should switch to the replacement and can do that as part of a Gradle 8.11 upgrade.