mirror of https://github.com/sbt/sbt.git
explain a bit more how you'd create a setting without sbt finding it
parent
cce2704e9b
commit
37b07ec47c
|
|
@ -28,7 +28,8 @@ transformed map. For example, if you transform a map with the setting
|
|||
|
||||
Settings must end up in the master list of settings to do any good (all
|
||||
lines in a `build.sbt` automatically end up in the list, but in a
|
||||
[[.scala file|Getting Started Full Def]] you can get it wrong).
|
||||
[[.scala file|Getting Started Full Def]] you can get it wrong by
|
||||
creating a `Setting` without putting it where sbt will find it).
|
||||
|
||||
## Appending to previous values: `+=` and `++=`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue