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?
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