mirror of https://github.com/sbt/sbt.git
Minor tweaking
This commit is contained in:
parent
5a738b7bb7
commit
f9de965638
|
|
@ -695,9 +695,8 @@ object Cache {
|
||||||
val urls =
|
val urls =
|
||||||
artifact.url +: {
|
artifact.url +: {
|
||||||
checksums
|
checksums
|
||||||
.intersect(artifact.checksumUrls.keySet)
|
|
||||||
.toSeq
|
.toSeq
|
||||||
.map(artifact.checksumUrls)
|
.flatMap(artifact.checksumUrls.get)
|
||||||
}
|
}
|
||||||
|
|
||||||
val tasks =
|
val tasks =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue