1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2016-06-08 19:15:36 -08:00
parent 4010bd3ca1
commit ef7c3cd92c

View file

@ -80,6 +80,7 @@ class IncrementalManager @Inject constructor(val args: Args, @Assisted val fileN
fun outputChecksumFor(taskName: String) : String? = fun outputChecksumFor(taskName: String) : String? =
taskInfoFor(taskInfos(), taskName).outputChecksum taskInfoFor(taskInfos(), taskName).outputChecksum
/** /**
* @param method is assumed to return an IncrementalTaskInfo. * @param method is assumed to return an IncrementalTaskInfo.
* @return a closure that invokes that method and decide whether to run the task or not based * @return a closure that invokes that method and decide whether to run the task or not based