salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
221 stars 49 forks source link

propagate visibility for springboot jar #164

Closed kriscfoster closed 1 year ago

kriscfoster commented 1 year ago

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.