exclude preloaded local repos for now

Ref https://github.com/sbt/sbt/issues/4661
local-preloaded-ivy contains dangling ivy.xml without JAR files.
We might include local-preloaded again once we have a preloaded in Maven layout.
This commit is contained in:
Eugene Yokota 2019-05-09 23:34:37 -04:00
parent 10dc29b4b4
commit bcbd29f496
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@ private[sbt] object CoursierRepositoriesTasks {
Def.task {
val result0 = resultTask(bootResOpt, overrideFlag).value
val reorderResolvers = true // coursierReorderResolvers.value
val keepPreloaded = true // coursierKeepPreloaded.value
// local-preloaded-ivy contains dangling ivy.xml without JAR files
// https://github.com/sbt/sbt/issues/4661
val keepPreloaded = false // coursierKeepPreloaded.value
val paths = ivyPaths.value
val result1 =