Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propagate visibility for springboot jar #164

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

kriscfoster
Copy link
Contributor

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

With this change, the above works.

@plaird plaird merged commit d88c2a5 into salesforce:main Jun 20, 2023
@plaird plaird added the 2.2.3 label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants