Gradle-License-Report
Gradle-License-Report copied to clipboard
A plugin for generating reports about the licenses of third party software using Gradle
In my dependencies is a directory called like `foo.zip`. Actually, it is coming from an artifact transform that unpacks a zip file into a directory called like the zip file,...
Follow-up to #301. As you added the stream-variant, but not the URL variant, there is a problem now. When I configure the `licenseReport` extension, I already have to open the...
The default behavior is that a dependency is fine when any of its licenses are found inside allowedLicenses. This may miss dependencies, which contain multiple licenses. When 'AllRequiredLicenseChecker' is set,...
If you have dependencies with Unkown License, the documented built-in way to handle them is using the overrides file. But the overrides file is only available for the two inventory...
Please provide a way to allow a dependency when found in a specific project in `allowedLicensesFile`
This requires #305. Some dependencies or licenses might be acceptible when found in an end-to-end test project but must be complained about when found in some other project's runtimeClasspath. So...
Some dependencies or licenses might be acceptible when found in `testRuntimeClasspath` but must be complained about when found in `runtimeClasspath`. So it would be nice if in the `allowedLicensesFile` you...
This is mainly a follow-up to #295 and requires #305. It would be nice to have information about the project a dependency is coming from in the inventory report, most...
It would be nice to have information about the configurations a dependency is coming from in the inventory report. If you for example enable `ALL` configurations, it is important to...
The title says it all. This is necessary for some follow-up issues, or to customize the report to contain the project and configuration a dependency was found in. This can...
The Library 'com.itextpdf:itextpdf:5.5.13.3' results in 2 licenses: ```json "poms": [ { "inceptionYear": "", "projectUrl": "http://itextpdf.com", "description": "A Free Java-PDF library", "name": "iText Core", "organization": null, "licenses": [ { "url": "http://www.fsf.org/licensing/licenses/agpl-3.0.html",...