Skip to content
Snippets Groups Projects
Unverified Commit c238db05 authored by Jamie Tanna's avatar Jamie Tanna Committed by GitHub
Browse files

docs(gradle): correct requirements to process verification-metadata (#32534)

parent 1d8ca5cc
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ As the output of these commands can be very large, any text other than errors (i ...@@ -11,7 +11,7 @@ As the output of these commands can be very large, any text other than errors (i
### Dependency verification ### Dependency verification
If Renovate finds a `gradle/verification-metadata.xml` file, it updates the content by using the `gradle --write-verification-metadata <hashTypes> dependencies` command. If Renovate finds a `gradle/verification-metadata.xml` file and either `<verify-metadata>true</verify-metadata>` or `<verify-signatures>true</verify-signatures>` (or both), it updates the content by using the `gradle --write-verification-metadata <hashTypes> dependencies` command.
Renovate will check the file for existing hash types (like `sha256`) and use them as `<hashTypes>`. Renovate will check the file for existing hash types (like `sha256`) and use them as `<hashTypes>`.
<!-- prettier-ignore --> <!-- prettier-ignore -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment