mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Format.
This commit is contained in:
parent
4010bd3ca1
commit
ef7c3cd92c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue