Improve documentation of updating a dependency
This commit is contained in:
parent
62d2eee105
commit
42ccdeaacf
|
@ -78,6 +78,8 @@ For updated or newly added dependencies you need to add an entry to this verific
|
|||
</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:
|
||||
```
|
||||
>./gradlew --write-verification-metadata sha256 precommit
|
||||
|
|
Loading…
Reference in New Issue