LicenseToolsPlugin icon indicating copy to clipboard operation
LicenseToolsPlugin copied to clipboard

Dependencies in Build Flavors not resolved

Open stetro opened this issue 5 years ago • 1 comments

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 normal implementation dependencies :) Is there a way to make this work? Or is it possible to add a custom configuration for flavours?

stetro avatar Feb 10 '20 15:02 stetro

Thanks for reporting. We will support the flavor's dependency declaration.

k4zy avatar Feb 12 '20 07:02 k4zy