Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty report with 'implementation' dependencies #182

Open
swildt opened this issue Feb 4, 2020 · 2 comments
Open

Empty report with 'implementation' dependencies #182

swildt opened this issue Feb 4, 2020 · 2 comments

Comments

@swildt
Copy link

swildt commented Feb 4, 2020

The plugin is not able to evaluate dependencies configured with Gradle 5.4.1 as "implementation".
Configuring the plugin with:
downloadLicenses {
dependencyConfiguration = 'implementation'
}
does not work. The plugin generates an empty report.

@rarcher
Copy link

rarcher commented Mar 21, 2020

I am also seeing this issue. With an Android project, in my case.

Also worth noting that I have a couple hand-added library jars that are included in the build with implementation fileTree(dir: "libs", include: "*.jar"). These actually do get included in the report, although the plugin cannot find their license files. (For clarity, these jars are the only entries in the report.)

@iadcialim
Copy link

This works #184 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants