Gradle-License-Report
Gradle-License-Report copied to clipboard
A plugin for generating reports about the licenses of third party software using Gradle
I have javax.mail on my classpath. It defines several licenses, it seems that defining only one license in the allowed license file is enough to pass the check but in...
Currently the only implementation of a `DependencyDataImporter` which ships with the plugin allows to import from xml. Unfortunately the `XmlReportRenderer` which can be used with it is lossy - it...
The `jackson-bom` dependency does not report a license, but I know Jackson has Apache 2.0.  I want to normalize it to encode the information I can find on the...
Hey, I have a project with some custom jars. When I try to generate the report i get an error: ``` > Task :generateLicenseReport Failed to retrieve artifacts for [group:,...
Currently only the absolute path of the allowed license file is treated as an input for `CheckLicenseTask`. This is not sufficient because the task should not be up-to-date if one...
After troubleshooting the plugin behavior with `excludeBoms` set to `true` and several BOMs still being present in the report, I've noticed that the logic that determines whether current module is...
Dear Evgeny, we are currently receiving this error on our build pipelines. ```java > Could not resolve com.github.jk1:gradle-license-report:2.1. Required by: project : > com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.1 > Could not resolve com.github.jk1:gradle-license-report:2.1. >...
On multi-module projects, the generation task fails with an NPE ``` ------------------------------------------------------------ Gradle 8.8 ------------------------------------------------------------ Build time: 2024-05-31 21:46:56 UTC Revision: 4bd1b3d3fc3f31db5a26eecb416a165b8cc36082 Kotlin: 1.9.22 Groovy: 3.0.21 Ant: Apache Ant(TM) version...
Fixes #313
The JavaFX libraries contain platform-specific native libraries. With the JavaFX Gradle plugin 0.1.0+ applied, or also natively after openjdk/jfx#1232 is finished, the JavaFX modules have various OS and architecture dependent...