Open eriwen opened 7 years ago
Allow users to implement a node task that can be invoked incrementally. This is different from incremental builds (where we avoid executing tasks) and instead is reprocessing only a small subset of the input when possible.
https://docs.gradle.org/current/dsl/org.gradle.api.tasks.incremental.IncrementalTaskInputs.html
See also https://gist.github.com/eriwen/47307026b7119957e02b1c9a9374362b
Allow users to implement a node task that can be invoked incrementally. This is different from incremental builds (where we avoid executing tasks) and instead is reprocessing only a small subset of the input when possible.
https://docs.gradle.org/current/dsl/org.gradle.api.tasks.incremental.IncrementalTaskInputs.html
See also https://gist.github.com/eriwen/47307026b7119957e02b1c9a9374362b