Create custom Build init type - for Gradle Build Init Plugin?

点点圈 提交于 2019-12-05 01:08:38
  1. There are 3rd party plugins that allow you to create custom templates and generate new projects from templates. For instance, see: https://github.com/townsfolk/gradle-templates

  2. Use maven to generate a project from archetype and then use gradle init to convert it to gradle project.

  3. Modify the init plugin yourself from source to add more init types.

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