You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunatly these flavor dependencies do not get detected by this license gradle plugin. Therefore I edit my licenses.yml manually with forceGenerate: true. But this is not as convenient as normal implementation dependencies :) Is there a way to make this work? Or is it possible to add a custom configuration for flavours?
Hi, thanks for this gradle Plugin!
We have a multi dimensional flavored build with dependencies in different Flavors.
We annotate them like this:
clientVariantAImplementation("dependency:artifcat:version")Unfortunatly these flavor dependencies do not get detected by this license gradle plugin. Therefore I edit my licenses.yml manually with
forceGenerate: true. But this is not as convenient as normalimplementationdependencies :) Is there a way to make this work? Or is it possible to add a custom configuration for flavours?