Skip to content

Commit afd64fd

Browse files
committed
Trust Gradle signing key for 'org.gradle.plugin' group
1 parent f516362 commit afd64fd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222

2323
<!-- BUILD: PLUGIN PUBLISHING - Gradle plugin publishing plugin with transitive dependency -->
2424
<!-- ✅ Signed by Gradle Inc. -->
25-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="com.gradle.publish" name="plugin-publish-plugin"/>
25+
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D">
26+
<trusting group="com.gradle.publish"/>
27+
<trusting group="org.gradle.exemplar"/>
28+
<trusting group="org.gradle.plugin"/>
29+
</trusted-key>
30+
2631
<!-- ✅ Signed by ASF - Robert Scholte -->
2732
<trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.apache.maven" name="maven-model"/>
2833

@@ -56,8 +61,6 @@
5661
</trusted-key>
5762
<!-- ✅ Signed by Hamcrest - Tom Denley -->
5863
<trusted-key id="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E" group="org.hamcrest" name="hamcrest-core"/>
59-
<!-- ✅ Signed by Gradle Inc. -->
60-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="org.gradle.exemplar"/>
6164
<!-- ✅ Signed by ASF - Gary David Gregory -->
6265
<trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB">
6366
<trusting group="org.apache.commons"/>

0 commit comments

Comments
 (0)