ajoberstar / gradle-git

Git plugin for Gradle
Apache License 2.0
561 stars 89 forks source link

Check if your project is using any SNAPSHOT dependencies #249

Closed cliffred closed 7 years ago

cliffred commented 7 years ago

Added 'allowSnapshotDependencies' property to SemVerStrategy. Used to fail the release task when using any SNAPSHOT dependencies. Functionality is similar to the the gradle-release plugin. The implementation is similar to 'allowDirtyRepo'.

ajoberstar commented 7 years ago

Thanks for the contribution. I like the feature on its own merits, but I won't be merging it into this plugin. I'm slowly working on decoupling the plugins in gradle-git, so I'm trying not to expand the feature set at the moment. Though, I could see this appearing in another plugin later. Thanks again!