Skip project build multiple times in referenced projects
Sambasiva Rao Vankayalapati
0
Reputation points
We want to reduce build time by skipping execution of referenced projects multiple times during compilation.
Example:
We have 10 projects for compilation. Each project has referenced with multiple projects. like
- project1 has referenced with 3,5,6,7
- project2 has referenced with 1,5,6,8
- project3 has referenced with 6,5,9 ....
here project5 & 6 runs 3 times during project 1,2 & 3 build, but we want run Project 5 & 6 only once.
is there any way to achieve this?
Thanks in advance.
Sign in to answer