-
Notifications
You must be signed in to change notification settings - Fork 344
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
Update sbt Getting Started guide #306
+809
−638
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e51588b
Minor changes to setup instructions.
eed3si9n fc8531e
Use sbt new to setup hello world
eed3si9n db41b59
Instead of "the interactive mode" call it sbt shell
eed3si9n d9c6705
Omit unnecessary details
eed3si9n f16cba9
Rename "configuration" to "dependency configuration"
eed3si9n e07ca32
Adds Task graph page
eed3si9n 3b99844
Use build settings
eed3si9n 06cddab
Fix typo
eed3si9n ec45c8c
Note about the build
eed3si9n 6074bfe
Link to Running
eed3si9n 2dcc0ae
Inlining .value calls
eed3si9n a55fc0d
Grammar fix
eed3si9n b0ce43d
Use taskKey[A](...)
eed3si9n 4c358f0
Bring back the bit about val, ID, and project
eed3si9n 2196696
Remove example from Hello page
eed3si9n 8557a03
Some stylistic changes
eed3si9n 94cbae7
Move build-wide settings to Scopes
eed3si9n 1ad943e
Require 0.13.13 in Hello
eed3si9n b4ce1d5
Reword build.properties
eed3si9n f4236f0
Clarify the *.scala file situation
eed3si9n 7714476
Recommend continuous
eed3si9n 8f6a204
Introduce "setting expression" in Basic-Def
eed3si9n 45aaa78
Rearrange and reword task graph per review
eed3si9n 3f3a253
Add real-world example
eed3si9n e7f479f
Reword Specifying the sbt version
eed3si9n 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
Rename "configuration" to "dependency configuration"
commit f16cba9c6247d4e3c2d164bbb0275a208990eed9
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
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.
A code example up here somewhere would be useful. I read through pretty much the whole page here wondering how I specified a scope. Some of the content in the "Referring to scopes in a build definition" section would be great to move up towards the top.
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.
Also making those examples more real, as @lihaoyi suggested elsewhere, would be way better than ones that are "pointless! just an example".