hierynomus / license-gradle-plugin

Manage your license(s)
http://www.javadude.nl
Other
409 stars 114 forks source link

How to validate 3rd party dependencies with whitelist #153

Open alixwar opened 6 years ago

alixwar commented 6 years ago

Hi, I stumbled on the hidden feature mentioned here: https://github.com/openzipkin/zipkin/pull/852

But when I add a whitelist of licenses and try: gradlew check

...I'm not observing the behavior that I would hope for. I don't want to check license information for every possible source file but rather only validate against the metadata included in JAR files. How do I achieve this?

Thanks Alix