mirror of https://github.com/sbt/sbt.git
Updated Classpaths, sources, and resources (Draft) (markdown)
parent
56f744a044
commit
27b87fc036
|
|
@ -99,6 +99,6 @@ You have a standalone project which uses a library that loads xxx.properties fro
|
|||
|
||||
```scala
|
||||
|
||||
unmanagedClasspath in Runtime <<= (unmanagedClasspath in Runtime, baseDirectory) map { (cp, bd) => cp.:+(new Attributed(bd / "config")(AttributeMap.empty)) }
|
||||
unmanagedClasspath in Runtime <<= (unmanagedClasspath in Runtime, baseDirectory) map { (cp, bd) => cp :+ Attributed.blank(bd / "config") }
|
||||
|
||||
```
|
||||
Loading…
Reference in New Issue