mirror of https://github.com/sbt/sbt.git
multi-project model based on Settings and ProjectRef
This commit is contained in:
parent
1c9cad21c5
commit
6ceba21615
|
|
@ -288,6 +288,7 @@ object Resolver
|
|||
object Configurations
|
||||
{
|
||||
def config(name: String) = new Configuration(name)
|
||||
def default = defaultMavenConfigurations
|
||||
def defaultMavenConfigurations = Compile :: Runtime :: Test :: Provided :: System :: Optional :: Sources :: Javadoc :: Nil
|
||||
|
||||
lazy val Default = config("default")
|
||||
|
|
|
|||
Loading…
Reference in New Issue