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

This commit is contained in:
Jamie Tanna 2024-11-14 14:49:34 +00:00 committed by GitHub
parent 1d8ca5cc4b
commit c238db058a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -->