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

Add package-private option #151

Merged
merged 2 commits into from
Sep 10, 2019
Merged

Add package-private option #151

merged 2 commits into from
Sep 10, 2019

Conversation

pcejrowski
Copy link
Contributor

This PR adds new BuildInfoOption: PackagePrivate, which allows the generated object to be marked as private[pkg].
The motivation for this is that in cases you place BuildInfo in your libraries, you might not want to expose its content to the downstream applications.

Pawel Cejrowski added 2 commits September 9, 2019 15:26
This PR adds new : , which allows the generated object to be marked as .
The motivation for this is that in cases you place BuildInfo in your libraries, you might not want to expose
its content to the downstream application.
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pcejrowski!

@eed3si9n eed3si9n merged commit 81fc83a into sbt:master Sep 10, 2019
@pcejrowski pcejrowski deleted the feature/private-build-object branch September 10, 2019 07:33
@eed3si9n eed3si9n added this to the 0.10.0 milestone Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants