mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
docs(gradle): correct requirements to process verification-metadata (#32534)
This commit is contained in:
parent
1d8ca5cc4b
commit
c238db058a
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in a new issue