Slackbot
10/20/2022, 8:27 PMClayton Walker
10/20/2022, 8:28 PMimageId.set(imageIdFile.map { RegularFile it ->
File file = it.asFile
if(file.exists()) {
return file.text
}
return null
})
But I’m not sure if this approach is the best oneVampire
10/21/2022, 6:50 AMimageIdFile
and imageId
. But I actually wonder how CC should influence this, as imageId
is an execution time thing. It is set during execution or during outputs.upTpDateWhen
such both run after the cache configuration phase.