cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
626 stars 29 forks source link

Require reason when excluding transitively #18

Closed JakeWharton closed 3 years ago

JakeWharton commented 3 years ago

This is a dangerous operation since it can traverse any groupId/artifactId and should be justified.

Closes #14