mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
Missing item in cache key?
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user