You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,3 +83,9 @@ The API doc is generated via slate and hosted on github pages. To make a change
83
83
5. Push your commit to remote.
84
84
6. Run `./deploy.sh`
85
85
7. Wait a few minutes and the doc should be updated at [https://acinq.github.io/eclair](https://acinq.github.io/eclair)
86
+
87
+
## Updating Eclair dependencies checksums
88
+
89
+
Eclair dependencies (including maven plugins and their dependencies) are verified against a list of trusted checksums.
90
+
To upgrade a dependency or add a new one you must update this list by running maven with the following option: `-Daether.artifactResolver.postProcessor.trustedChecksums.record`.
91
+
To make local development and testing easier, SNAPSHOT dependencies are not verified.
0 commit comments