mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Re-enable caching and updating minigraph in cached resolution
This commit is contained in:
@@ -357,9 +357,9 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
|
||||
case _ => ()
|
||||
}
|
||||
|
||||
// cache.getOrElseUpdateMiniGraph(md0, changing, logicalClock, miniGraphPath, cachedDescriptor, log) {
|
||||
doWork(md0, dd)
|
||||
// }
|
||||
cache.getOrElseUpdateMiniGraph(md0, changing, logicalClock, miniGraphPath, cachedDescriptor, log) {
|
||||
doWork(md0, dd)
|
||||
}
|
||||
}
|
||||
val results = internalResults ++ externalResults
|
||||
val uReport = mergeResults(md0, results, missingOk, System.currentTimeMillis - start, os, log)
|
||||
|
||||
Reference in New Issue
Block a user