Gradle-License-Report icon indicating copy to clipboard operation
Gradle-License-Report copied to clipboard

A plugin for generating reports about the licenses of third party software using Gradle

Results 95 Gradle-License-Report issues
Sort by recently updated
recently updated
newest added

- `generateLicenseReport` has hard-coded `config.absoluteOutputDir` as `@OutputDirectory` - `checkLicense` has hard-coded `"${config.absoluteOutputDir}/$NOT_PASSED_DEPENDENCIES_FILE"` as `@OutputFile` This is very bad. This means that the `checkLicense` file is also considered output of the...

Between versions 2.7 and 2.9, a new constructor for `LicenseBundleNormalizer` was added to `src/main/groovy/com/github/jk1/license/filter/LicenseBundleNormalizer.groovy`. This causes an overload resolution ambiguity if `null` is passed as `bundlePath`: In build.gradle.kts: ``` Script...

I spent the last 3 days to find out why for the `LICENSE.txt` file of `javax.activation:javax.activation-api:1.2.0` I got ASLv2, CDDL 1.0, and CDDL 2.0 as found licenses. I have significant...

Currently, to use dependency verification, checksum fallback needs to be updated every new release of the jk1 plugin like this: ```xml ``` When browsing here there are no signatures: https://plugins.gradle.org/m2/com/github/jk1/gradle-license-report/2.9/...