1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-03-31 02:37:16 -08:00
parent 18d8db8aa5
commit b3aab95852

View file

@ -3,8 +3,8 @@ package com.beust.kobalt
import com.beust.kobalt.api.Project
/**
* @param inputChecksum The checksum for the input to this task. It gets compared against the checksum of
* if they differ, the task gets run. If they are equal, outputChecksums are then compared.
* @param inputChecksum The checksum for the input to this task. It gets compared against the previous checksum
* calculated by Kobalt. If they differ, the task gets run. If they are equal, outputChecksums are then compared.
* @param outputChecksum The checksum for the output of this task. If null, the output is absent
* and the task will be run. If non null, it gets compared against the checksum of the previous run and
* if they differ, the task gets run. Note that this parameter is a closure and not a direct value