mirror of https://github.com/sbt/sbt.git
fix placement of global settings so that project-local settings override global settings
This commit is contained in:
parent
0ea418e985
commit
cc50225bfb
|
|
@ -176,7 +176,7 @@ object Load
|
|||
val settings =
|
||||
(thisProject :== project) +:
|
||||
(thisProjectRef :== ref) +:
|
||||
(defineConfig ++ project.settings ++ pluginThisProject ++ configurations(srcs, eval, build.imports)(loader) ++ injected)
|
||||
(injected ++ defineConfig ++ project.settings ++ pluginThisProject ++ configurations(srcs, eval, build.imports)(loader))
|
||||
|
||||
// map This to thisScope, Select(p) to mapRef(uri, rootProject, p)
|
||||
transformSettings(projectScope(ref), uri, rootProject, settings)
|
||||
|
|
|
|||
Loading…
Reference in New Issue