mirror of https://github.com/sbt/sbt.git
Missing item in cache key?
This commit is contained in:
parent
4f0d90483b
commit
4f41e866fd
|
|
@ -51,7 +51,8 @@ object SbtCoursierCache {
|
|||
dependencies: Seq[(Configuration, Dependency)],
|
||||
resolution: Map[Set[Configuration], Resolution],
|
||||
withClassifiers: Boolean,
|
||||
sbtClassifiers: Boolean
|
||||
sbtClassifiers: Boolean,
|
||||
includeSignatures: Boolean
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,8 @@ object UpdateTasks {
|
|||
dependencies,
|
||||
res,
|
||||
withClassifiers,
|
||||
sbtClassifiers
|
||||
sbtClassifiers,
|
||||
includeSignatures
|
||||
)
|
||||
|
||||
SbtCoursierCache.default.reportOpt(key) match {
|
||||
|
|
|
|||
Loading…
Reference in New Issue