gradle / gradle-checksum

A Gradle plugin for creating checksums for files in your build.
Apache License 2.0
36 stars 13 forks source link

Feature: One checksum for all input files #14

Open hpuac opened 2 years ago

hpuac commented 2 years ago

Dear gradle team,

would it be feasible to implement a feature/flag that allows to create just one checksum for all input files instead of creating a checksum for each file? This would avoid a workaround that we currently use where we zip all files first and create a checksum of that zip.

Let me know your opinion on this one. Do you think it would also be useful for others?

Cheers, Hans

mattthebig commented 1 year ago

Came here hoping for this feature. Very useful for determining whether code included by git subtree (which is a good idea in specific circumstances) has been altered locally.