mirror of https://github.com/sbt/sbt.git
put sbtCp ahead of resolved JARs
Ref https://github.com/sbt/sbt/pull/4443 Ref https://github.com/coursier/coursier/issues/1128 This is a workaround for Coursier not excluding sbt modules.
This commit is contained in:
parent
5614cfcbb6
commit
944e955d06
|
|
@ -1924,7 +1924,7 @@ object Classpaths {
|
|||
classpathTypes.value,
|
||||
update.value
|
||||
)
|
||||
if (isMeta && !force) mjars ++ sbtCp
|
||||
if (isMeta && !force) sbtCp ++ mjars
|
||||
else mjars
|
||||
},
|
||||
exportedProducts := trackedExportedProducts(TrackLevel.TrackAlways).value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue