问题
I'm new to Gradle... Working on a simple build script for my java project.. We are using CVS for source management.. I couldn't find any CVS/SCM plugin in Gradle.. I believe I can create an ant task to access CVS and use it in my gradle script.. but is there any ready available CVS plugin?
回答1:
Generally speaking, your Version Control interaction belongs at the Continuous Integration (CI) level. You will want to use a product like Jenkins, Hudson, Bamboo, etc to check out the correct version of the project, and then just use Gradle to do the building of whatever version is present.
来源:https://stackoverflow.com/questions/13203450/is-there-any-gradle-plugin-for-scm-like-cvs