mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Remove comment.
This commit is contained in:
parent
eb2937098d
commit
ac533fb382
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class IncrementalManager(val fileName: String = IncrementalManager.BUILD_INFO_FI
|
||||||
: (Project) -> TaskResult {
|
: (Project) -> TaskResult {
|
||||||
return { project: Project ->
|
return { project: Project ->
|
||||||
val iit = method(project)
|
val iit = method(project)
|
||||||
// TODO: compare the checksums with the previous run
|
|
||||||
val taskName = project.name + ":" + taskName
|
val taskName = project.name + ":" + taskName
|
||||||
var upToDate = false
|
var upToDate = false
|
||||||
var taskOutputChecksum : String? = null
|
var taskOutputChecksum : String? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue