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
637 stars 30 forks source link

Warn if redundantly ignoring coordinate and groupId #3

Closed JakeWharton closed 3 years ago

JakeWharton commented 3 years ago
licensee {
  ignoreDependencies("com.example")
  ignoreDependencies("com.example", "example")
}