Hey everyone :wave: . Can I funnel an artifact vie...
# dependency-management
e
Hey everyone 👋 . Can I funnel an artifact view into a particular configuration? 🤔 I have my dependencies publishing two artifacts, one a normal jar and another a special metadata file. If I specify the dependency in the
implementation
configuration, I want to set up my build to automatically filter which dependencies inside
implementation
have that extra metadata file published and pass the metadatas to my special
myMetadatas
configuration.