mirror of https://github.com/sbt/sbt.git
parent
f8a1d2ca7b
commit
9f630542b8
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
=========================
|
=========================
|
||||||
Custom Settings and Tasks
|
Custom Settings and Tasks
|
||||||
=========================
|
=========================
|
||||||
|
|
@ -40,7 +39,7 @@ reload, while a task is re-computed for every "task execution" (every
|
||||||
time someone types a command at the sbt interactive prompt or in batch
|
time someone types a command at the sbt interactive prompt or in batch
|
||||||
mode).
|
mode).
|
||||||
|
|
||||||
Keys may be defined in a `.sbt file <Basic-Def>` file, :doc:`.scala file <Full-Def>`, or in a :doc:`plugin <Using-Plugins>`.
|
Keys may be defined in a :doc:`.sbt file <Basic-Def>`, :doc:`.scala file <Full-Def>`, or in a :doc:`plugin <Using-Plugins>`.
|
||||||
Any `val` found in a `Build` object in your `.scala` build definition files or any
|
Any `val` found in a `Build` object in your `.scala` build definition files or any
|
||||||
`val` found in a `Plugin` object from a plugin will be imported automatically into your `.sbt` files.
|
`val` found in a `Plugin` object from a plugin will be imported automatically into your `.sbt` files.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue