ah i see, so it is like comparing zip. Thank you for advice
v
Vampire
11/11/2022, 9:41 AM
If the task artifact is a zip or jar, then yes.
You just said "task artefact" which could actually be anything.
But if it is a jar or zip you are talking about, then yes.
If you use IntelliJ IDEA, you can also use that to diff two jar (or zip or similar) files properly, no need for an extra tool usually.
d
Doni
11/11/2022, 9:41 AM
it is actually cache from gradle task that uploaded to remote cache
v
Vampire
11/11/2022, 10:22 AM
Ah, those entries should be tar.gz archives.
So you need a program that can diff these, or unpack both entries and then compare the directories.
But you should also be able to just compare the normal task outcomes, as those should make up the majority of the cache entry.