gradle-license-plugin icon indicating copy to clipboard operation
gradle-license-plugin copied to clipboard

Gradle plugin that provides a task to generate a HTML license report of your project.

Results 69 gradle-license-plugin issues
Sort by recently updated
recently updated
newest added

Sometimes incorrect items are included in the generated report. I found that it was caused by using multiple configurations to collect dependencies: https://github.com/jaredsburrows/gradle-license-plugin/blob/0.9.7/gradle-license-plugin/src/main/kotlin/com/jaredsburrows/license/LicenseReportTask.kt#L174-L181 I don't know why multiple configurations are...

Not sure if this is intended or a bug. If my app has artifacts: `foo:bar:baz` `foo:bar:baz-qux` and I configure the following exclusion: ``` licenseReport { ignoredPatterns = ["foo:bar:baz"] } ```...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.commons:commons-csv](https://commons.apache.org/proper/commons-csv/) ([source](https://gitbox.apache.org/repos/asf?p=commons-csv.git)) | `1.10.0` -> `1.11.0` |...

Fixes https://github.com/jaredsburrows/gradle-license-plugin/issues/491 In some rare cases, the package name in the POM is the same for multiple dependencies, and for some reason those kind of dependencies are sorted non-deterministically. This...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin.jvm](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.9.23` -> `1.9.24` |...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.10.0 to 1.11.0. Changelog Sourced from org.apache.commons:commons-csv's changelog. Apache Commons CSV Version 1.11.0 Release Notes This document contains the release notes for the 1.11.0 version of Apache...

dependencies
java

Bumps com.android.tools.build:gradle from 7.2.2 to 8.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.2.2&new-version=8.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java