Unable to build Multi gradle projects in Jenkins

 Hi , we are start using Gradle build in our projects . I am completely new for gradle  build and learn  through gradle site and  created  gradle java projects .
     I am providing below GIT repository and project structure .
  1. Repository - Utilities repository having multiple java projects
    Utilities/
    common/
    build.gradle
    settings.gradle
    domain/
    build.gradle
    settings.gradle
    document-store/
    build.gradle
    settings.gradle
    deq-dataaccess/
    build.gradle
    settings.gradle
  2. Repository - Project-web repository having multiple java and web project projects
    Project-web/
    web-common/
    build.gradle
    settings.gradle
    project-web/
    build.gradle
    settings.gradle
    manager-web/
    build.gradle
    settings.gradle

“project-web” war project has “Utilities “ dependencies all.
Q. we are trying build “project-web” war project through Jenkins build is failed. issue is not able to find or download Utilities project dependency .
This setup is working fine in local machine . can you please help me out this issue.

Thanks
Venkat