Skip to content

Commit b781782

Browse files
committed
Activate 'verify-signatures' by TRUE (upper case)
Do this so that Renovate does not attempt to update the file. We do it manually if necessary.
1 parent b2a9c2d commit b781782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<verification-metadata xmlns="https://schema.gradle.org/dependency-verification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.3.xsd">
33
<configuration>
44
<verify-metadata>false</verify-metadata>
5-
<verify-signatures>true</verify-signatures>
5+
<!-- use 'TRUE' instead of 'true' so that Renovate ignores it -->
6+
<verify-signatures>TRUE</verify-signatures>
67
<keyring-format>armored</keyring-format>
78
<key-servers enabled="false"/>
89
<trusted-artifacts>

0 commit comments

Comments
 (0)