I have a multilevel spring boot project. I created a subproject which is also another spring boot project. When i run bootrun task in the gradle of parent project it started executing the child bootrun. How to exclude the child bootrun from parent bootrun?
+--- Project ':services:A'
+--- Project ':services:B'
+--- Project ':services:C'
| +--- Project ':services:C:subproject'
| | \--- Project ':services:C:subproject:D'
where A,B,C and D are spring boot project.. subproject is directory name