I tried to build a project B which is dependent on project A through Bitbucket Pipelines. Both are in different repositories in Bitbucket. When i tried to Build project B, I am getting an errror like missing dependency A.jar file. Is there any solution for this issue?
Thanks!!