1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
Commit graph

2 commits

Author SHA1 Message Date
Fabrice Drouin
8e46889b87
Use sha256 checksums to verify maven dependencies (#2998)
Use sha256 checksums to verify maven dependencies.
2025-02-05 19:30:29 +01:00
Fabrice Drouin
05f7dc3d75
Verify maven dependency checksums (#2986)
* Verify maven dependency checksums

Maven build process will compute checksums for our dependencies and verify them against a local "trusted checksums" file, and fail the build if they do not match. This process is local and independent of checksums stored and downloaded from maven repositories.

SNAPSHOT dependencies are not verified (but released versions should never depend on SNAPSHOT dependencies).
2025-01-27 13:55:27 +01:00