fundacionjala / enforce-gradle-plugin

Gradle plugin for Salesforce projects, helps to implement a Continuous Integration process
http://fundacionjala.github.io/enforce-gradle-plugin/
MIT License
17 stars 24 forks source link

Adding a new task in order to validate before deploying the code. #273

Open caelcs opened 8 years ago

caelcs commented 8 years ago

At the moment the deploy task is not running any validation prior deploy of the code. If the validation fails the deploy won't execute.

I am planning just to add another task 'validate' to do so. Very simple change. I have the code ready to make a pull request. Is this something that you would consider to include?

Thanks Adolfo

ziur commented 8 years ago

@caelwinner, Make sense to have a "validate" task, please feel free to submit your pull request.