mirror of https://github.com/sbt/sbt.git
Re-enable caching and updating minigraph in cached resolution
This commit is contained in:
parent
b95b0e5628
commit
2165c347c1
|
|
@ -357,9 +357,9 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
|
||||||
case _ => ()
|
case _ => ()
|
||||||
}
|
}
|
||||||
|
|
||||||
// cache.getOrElseUpdateMiniGraph(md0, changing, logicalClock, miniGraphPath, cachedDescriptor, log) {
|
cache.getOrElseUpdateMiniGraph(md0, changing, logicalClock, miniGraphPath, cachedDescriptor, log) {
|
||||||
doWork(md0, dd)
|
doWork(md0, dd)
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
val results = internalResults ++ externalResults
|
val results = internalResults ++ externalResults
|
||||||
val uReport = mergeResults(md0, results, missingOk, System.currentTimeMillis - start, os, log)
|
val uReport = mergeResults(md0, results, missingOk, System.currentTimeMillis - start, os, log)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue