-
Notifications
You must be signed in to change notification settings - Fork 121
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
Set up sbt-release-early and change build semantics #429
Closed
jvican
wants to merge
20
commits into
sbt:1.0.x
from
scalacenter:improvements-sbt-build-change-semantics
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
62a0cb2
Add headers to missing files
jvican 8d60f1f
Move the logic from `build.sbt` to the build plugin
jvican 59392e4
Address Dale's feedback
jvican fc859fa
Add checks, remove defaults and add headers to test sources
jvican d46f22b
Add build information to the CONTRIBUTING guide
jvican 2ad8ac6
Add project structure diagram to the guide
jvican fd34606
Address last piece of feedback from Dale
jvican e9114f2
Add sbt-release-early
jvican 96519ab
Set up sbt-release-early
jvican 20760f5
Add reasonable jvmopts for all users
jvican 98baaad
Add cached `publishLocal` to zinc
jvican 2b65a81
Remove dead code
jvican e7d3830
Make the build `+`-friendly
jvican 8b00dca
Remove `crossTestBridges` and `publishBridgesAndSet`
jvican 8327668
Simplify comments in the `build.sbt`
jvican 419d596
Add build changes to the the CONTRIBUTING guide
jvican 8af454f
Remove unnecessary filter for `scriptedPublish`
jvican 0d58234
Scope to the project instead of the build
jvican 543dcb0
Remove use of the `Keys` prefix
jvican af3fa21
Use scripted resolver in ALL tests
jvican File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During the release, wouldn't this result to double publishing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, I think it would, I'll try it tomorrow and fix it if that's the case.