Import build.gradle in another.gradle file

Hi Francois,
When i try to run gradle -b frontend.gradle clean build, It is failing with the exception saying shared project could not be found

compile project(':shared')

Could you please let me know how to fix this?.

The same is working fine when i execute build.gradle directly.

Similar problem is described at Multi-project custom build