Skip to content

Commit

Permalink
put sbtCp ahead of resolved JARs
Browse files Browse the repository at this point in the history
Ref #4443
Ref coursier/coursier#1128

This is a workaround for Coursier not excluding sbt modules.
  • Loading branch information
eed3si9n committed Apr 21, 2019
1 parent 963e9f3 commit 7091f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/Defaults.scala
Expand Up @@ -1922,7 +1922,7 @@ object Classpaths {
classpathTypes.value,
update.value
)
if (isMeta && !force) mjars ++ sbtCp
if (isMeta && !force) sbtCp ++ mjars
else mjars
},
exportedProducts := trackedExportedProducts(TrackLevel.TrackAlways).value,
Expand Down

0 comments on commit 7091f0e

Please sign in to comment.