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
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 normalimplementation
dependencies :) Is there a way to make this work? Or is it possible to add a custom configuration for flavours?The text was updated successfully, but these errors were encountered: