Improve documentation of updating a dependency

This commit is contained in:
Rene Groeschke 2022-10-04 13:39:11 +02:00
parent 62d2eee105
commit 42ccdeaacf
No known key found for this signature in database
GPG Key ID: B1782D97CBC64567
1 changed files with 5 additions and 3 deletions

View File

@ -78,6 +78,8 @@ For updated or newly added dependencies you need to add an entry to this verific
</component> </component>
``` ```
In case of updating a dependency, ensure to remove the unused entry of the outdated dependency manually from the verifcation.xml file.
You can also automate the generation of this entry by running your build using the `--write-verification-metadata` commandline option: You can also automate the generation of this entry by running your build using the `--write-verification-metadata` commandline option:
``` ```
>./gradlew --write-verification-metadata sha256 precommit >./gradlew --write-verification-metadata sha256 precommit