Skip to content

Commit

Permalink
docs(gradle): correct requirements to process verification-metadata (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna authored Nov 14, 2024
1 parent 1d8ca5c commit c238db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/gradle/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As the output of these commands can be very large, any text other than errors (i

### 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>`.

<!-- prettier-ignore -->
Expand Down

0 comments on commit c238db0

Please sign in to comment.