Is there any Gradle plugin for scm like CVS?

只愿长相守 提交于 2019-12-11 02:56:14

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!