mirror of https://github.com/sbt/sbt.git
Updated Full Configuration (Draft) (markdown)
parent
3a43d20142
commit
471a88c7dd
|
|
@ -69,7 +69,7 @@ import sbt._
|
|||
import Keys._
|
||||
|
||||
object MyBuild extends Build {
|
||||
lazy val projectA = Project("a", file("subA"), settings = Seq(name := "From Scratch"))
|
||||
lazy val projectA = Project("a", file("subA")) settings (name := "From Scratch")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue