Gradle-License-Report
Gradle-License-Report copied to clipboard
A plugin for generating reports about the licenses of third party software using Gradle
``` Execution failed for task '::generateLicenseReport'. > initialize must be called for meta class of class package_aow80to31rofacxcilklrahrk$_run_closure23(class org.codehaus.groovy.runtime.metaclass.ClosureMetaClass) to complete initialisation process before any invocation or field/property access can be...
# What does this PR do? * Add/Fix lingering Task property annotations that are causing build issues * `CacheableReportTask.groovy` * Apply the `@ClassPath` normalization strategy to the `classpath` task property...
The version 1.12 states in the .pom that it also has a .module metadata file. Therefore gradle (starting with version 6.0) tries to fetch that .module file from the repo...
Hello, I can confirm the following solution (for Gradle 5.2.1 and GLR 0.12): ```gradle buildscript { repositories { // ... } dependencies { classpath "com.github.jk1:gradle-license-report:${licenseReportVersion}" } } apply plugin: com.github.jk1.license.LicenseReportPlugin...
It would be very useful if the `LicenseBundleNormalizer` would be applied before the check is executed. Since it seems not to run, I have to fill in the json file...
There are three classes meaning holding pretty much the same information. It would be nice if those could be unified somehow.
Currently G-L-R stores all the configuration parameters in the `project.extensions.licenseReport`, thus there's no way to have two distinct reports within a single project. Use case: one of Gradle subprojects builds...
This is a renderer that can download the license files from the internet if there is a valid licenseUrl. If there is a licenseUrl is not valid. It will generate...
I applied this plugin to my root project's `build.gradle` to get an aggregated report in a multi module Gradle project. It's very useful at first glance. Then I started to...
Plugin version: `1.2` ## Prerequisites 1. Checkout gradle project which has `com.github.jk1.dependency-license-report` applied 2. Execute the `ReportTask` ## Expected behaviour 3. The report is generated ## Observed behaviour 3. The...