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

Switch multiple licenses to a logical OR #89

Closed JakeWharton closed 2 years ago

JakeWharton commented 2 years ago

Previously it was treated as a logical AND, but that is not what the Maven Pom spec says to do.

Closes #86