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 =
|
||||
artifact.url +: {
|
||||
checksums
|
||||
.intersect(artifact.checksumUrls.keySet)
|
||||
.toSeq
|
||||
.map(artifact.checksumUrls)
|
||||
.flatMap(artifact.checksumUrls.get)
|
||||
}
|
||||
|
||||
val tasks =
|
||||
|
|
|
|||
Loading…
Reference in New Issue