The scenario where a docker_image target is in a different package from the springboot target currently doesn't work due to the springboot jar not having any visibility propagated. E.g. the following does not work:
springboot target defined in //projects/services/a/service
docker_image target defined in //projects/services/a
The scenario where a docker_image target is in a different package from the springboot target currently doesn't work due to the springboot jar not having any visibility propagated. E.g. the following does not work:
With this change, the above works.