Oneline Project.apply

This commit is contained in:
Dale Wijnand 2017-10-03 18:10:37 +01:00
parent ceb0f0228a
commit 1685dae1d9
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 11 deletions

View File

@ -262,17 +262,7 @@ object Project extends ProjectExtra {
}
def apply(id: String, base: File): Project =
unresolved(
id,
base,
Nil,
Nil,
Nil,
Nil,
Plugins.empty,
Nil,
ProjectOrigin.Organic
)
unresolved(id, base, Nil, Nil, Nil, Nil, Plugins.empty, Nil, ProjectOrigin.Organic)
// TODO: add parameter for plugins and projectOrigin in 1.0
// TODO: Modify default settings to be the core settings, and automatically add the IvyModule + JvmPlugins.