incomingArtifactFiles

Get all files from declared dependencies.

The artifacts will be filtered to ensure:

This filtering should prevent a Gradle bug where it fetches random files. Unfortunately, org.gradle.api.artifacts.ArtifactView.ViewConfiguration.lenient must be enabled, which might obscure errors.