mirror of https://github.com/sbt/sbt.git
Docs: fix global plugins paths to include version in Getting-Started/Full-Def
This commit is contained in:
parent
9135ece3cd
commit
d1686d438c
|
|
@ -239,12 +239,12 @@ in this order:
|
|||
|
||||
- Settings from `Build.settings` and `Project.settings` in your
|
||||
`.scala` files.
|
||||
- Your user-global settings; for example in `~/.sbt/build.sbt` you
|
||||
- Your user-global settings; for example in :sublit:`|globalSbtFile|` you
|
||||
can define settings affecting *all* your projects.
|
||||
- Settings injected by plugins, see :doc:`using plugins <Using-Plugins>` coming up next.
|
||||
- Settings from `.sbt` files in the project.
|
||||
- Build definition projects (i.e. projects inside `project`) have
|
||||
settings from global plugins (`~/.sbt/plugins`) added. :doc:`Using plugins <Using-Plugins>` explains this more.
|
||||
settings from global plugins (:sublit:`|globalPluginsBase|`) added. :doc:`Using plugins <Using-Plugins>` explains this more.
|
||||
|
||||
Later settings override earlier ones. The entire list of settings forms
|
||||
the build definition.
|
||||
|
|
@ -253,3 +253,7 @@ Next
|
|||
----
|
||||
|
||||
You're at the end of Getting Started! There's a :doc:`brief recap <Summary>`.
|
||||
|
||||
.. |globalBase| replace:: ~/.sbt/|version|/
|
||||
.. |globalSbtFile| replace:: |globalBase|\ global.sbt
|
||||
.. |globalPluginsBase| replace:: |globalBase|\ plugins/
|
||||
|
|
|
|||
Loading…
Reference in New Issue