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 .
- 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 - 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