mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Doc.
This commit is contained in:
parent
18d8db8aa5
commit
b3aab95852
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue