license-gradle-plugin
license-gradle-plugin copied to clipboard
Failing build if a particular license is used by a dependency
Is this possible?
Not yet, it is something that would be useful.
2015-03-12 4:31 GMT-07:00 whgibbo [email protected]:
Is this possible?
— Reply to this email directly or view it on GitHub https://github.com/hierynomus/license-gradle-plugin/issues/63.
https://github.com/pivotal/LicenseFinder uses this plugin to manage license approvals and can fail a build if a dependency has a license not in a whitelist / in a blacklist. Gradle is marked as "experimental" (I think it's mostly used for ruby/python/js), but I've used it successfully on previous projects.
https://github.com/openzipkin/zipkin/pull/852 may be a starting point or a quick work-around until this can properly be implemented.
Nice, definitely a nice starting point.
2015-11-16 18:45 GMT+01:00 Zoltán Nagy [email protected]:
openzipkin/zipkin#852 https://github.com/openzipkin/zipkin/pull/852 may be a starting point or a quick work-around until this can properly be implemented.
— Reply to this email directly or view it on GitHub https://github.com/hierynomus/license-gradle-plugin/issues/63#issuecomment-157115910 .