Gradle subprojects
SoniEx2 opened this issue ยท 3 comments
http://gradle.org/docs/current/userguide/multi_project_builds.html
Things that could go on their own subproject:
- BCCore. This subproject is the "main" project and everything depends on it. (there are reasons why you'd want to put it in a subproject instead of using the main/base project.)
- BCMiners.
- BCBuilders.
- BCFactory.
- [etc, you get the idea.]
Subprojects are confusing and split PR, Issues. They also bring a lot of mess into general management.
Gradle subprojects are not git subprojects. PRs and issues won't be split. It allows for better dependency management.