Let’s say your task compiles `A.java` into `A.clas...
# kobalt
c
Let’s say your task compiles
A.java
into
A.class
. The input checksum would be a checksum on
A.java
, and the output is that of the
A.class
. That’s what you tell Kobalt. Kobalt then compares these values to those of the previous run, if any is different, it runs your
task
closure (your effective task)
👍 1