0

I have 2 Github repositories:

PandaService
PandaServiceDataAccessLayer

PandaService is depended on PandaServiceDataAccessLayer. I can build a fat jar locally with Gradle composite build as mentioned here: How to build a fat jar with multi-project and Gradle?

Now I want to make AWS Codepipeline track both github repositories, so that once I push new change to either repository, AWS Codepipeline will build a new fatJar for the service.

Is it possible to do it? If not, any suggestions on how to get multi-projects fat jar integrated with AWS Codepipeline?

Yang Liu
  • 541
  • 9
  • 26
  • Similar question: https://stackoverflow.com/questions/53842611/aws-codepipeline-track-multiple-repositories-as-a-single-source – Yang Liu May 24 '22 at 03:03
  • I think this can be solved with https://blog.marcnuri.com/triggering-github-actions-across-different-repositories. I will try and comment back later, as I have other issues to sort out at this moment – Yang Liu Jun 16 '22 at 21:56

0 Answers0