Import build.gradle in another.gradle file

Hi

I have two files

  1. build.gradle
  2. frontend.gradle

When i execute gradle -b frontend.gradle, I wish to execute build.gradle and frontend.gradle. Basically I would like to include build.gradle in frontend.gradle.