Slackbot
02/15/2023, 4:55 PMVampire
02/15/2023, 5:03 PMwithPathSensitivity(NAME_ONLY) what you are after?Chris
02/15/2023, 5:32 PMinputs.files(…) will fingerprint contents (and presumably paths)… but doesn’t care about ordering of the files. The javadoc for withPathSenstivity() seems a little vague to me - it implies that NAME_ONLY still considers the file contents… but then what does NONE do?Vampire
02/15/2023, 5:47 PMNONE only considers the contents, completely ignoring the file path and nameVampire
02/15/2023, 5:47 PMVampire
02/15/2023, 5:48 PMVampire
02/15/2023, 5:49 PMVampire
02/15/2023, 5:50 PMinputs.files is wrong, it will always fingerprint the contents which usually makes senseVampire
02/15/2023, 5:50 PMinputs.property and give it the file name(s)Chris
02/15/2023, 5:51 PMChris
02/15/2023, 5:51 PMChris
02/15/2023, 5:52 PM