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
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.
The text was updated successfully, but these errors were encountered:
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.)
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.
The text was updated successfully, but these errors were encountered: