We have several independent builds (each independent build is a multi-project build). The main build scripts become quite big as we have a set of common tasks reused by subprojects as well as there is a lot of repeation between indepedent builds. What we are looking for is:
- A way to split main build file into smaller files
- A way to reuse some parts of the build in other independent builds
What is the best way to achieve that in Gradle?