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

Goal for securityAndLicenseCheck #17

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 and security issues. If there is a license violation OR a security issue 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-versioneyesecurityandlicesecheck.