stempler / gradle-versioneye-plugin

Plugin for Gradle to update your project's dependencies status on www.versioneye.com
MIT License
31 stars 5 forks source link

Add goal for licenseCheck #15

Closed reiz closed 8 years ago

reiz commented 8 years ago

Similar to the VersionEye Maven Plugin the Gradle plugin should have a goal to check licenses against a license whitelist on the server. If there is a license violation this goal should exit with a non zero code to break the build on the CI server. Like described here: https://github.com/versioneye/versioneye_maven_plugin#mvn-versioneyelicensecheck.