1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00
This commit is contained in:
Cedric Beust 2016-05-19 05:59:16 -08:00
parent cc7564d9f7
commit ee6b00df84

View file

@ -57,7 +57,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
* "assemble" is an incremental task but with a twist. Because it can be costly to determine if any * "assemble" is an incremental task but with a twist. Because it can be costly to determine if any
* of the class files generated in the previous phase is new or not, we just don't do that and always * of the class files generated in the previous phase is new or not, we just don't do that and always
* return "null" for both input and output checksums, which would cause that task to always be rerun. * return "null" for both input and output checksums, which would cause that task to always be rerun.
* However, we are depending on Kobalt's cascading incremental management to skip up whenever appropriate: * However, we are depending on Kobalt's cascading incremental management to skip us whenever appropriate:
* whenever a previous incremental task was a success, all following incremental tasks are automatically * whenever a previous incremental task was a success, all following incremental tasks are automatically
* skipped. * skipped.
*/ */