mirror of https://github.com/sbt/sbt.git
Fix ActionCacheTest
This commit is contained in:
parent
9bc0ba5f5b
commit
763383cadb
|
|
@ -41,7 +41,7 @@ object ActionCache:
|
|||
val cacheEventLog = config.cacheEventLog
|
||||
val input =
|
||||
Digest.sha256Hash(codeContentHash, extraHash, Digest.dummy(Hasher.hashUnsafe[I](key)))
|
||||
val valuePath = s"value/${input}.json"
|
||||
val valuePath = config.outputDirectory.resolve(s"value/${input}.json").toString
|
||||
def organicTask: O =
|
||||
cacheEventLog.append(ActionCacheEvent.NotFound)
|
||||
// run action(...) and combine the newResult with outputs
|
||||
|
|
|
|||
Loading…
Reference in New Issue