Skip to content

Commit 2285b31

Browse files
committed
Add trusting group for 'com.gradle.publish'
1 parent 062fe68 commit 2285b31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535

3636
<!-- BUILD: PLUGIN PUBLISHING - Gradle plugin publishing plugin with transitive dependency -->
3737
<!-- ✅ Signed by Gradle Inc. -->
38-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="com.gradle.publish" name="plugin-publish-plugin"/>
38+
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D">
39+
<trusting group="com.gradle.publish"/>
40+
<trusting group="org.gradle.exemplar"/>
41+
<trusting group="org.gradle.plugin"/>
42+
</trusted-key>
3943
<!-- ✅ Signed by ASF - Robert Scholte -->
4044
<trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.apache.maven" name="maven-model"/>
4145

@@ -69,8 +73,6 @@
6973
</trusted-key>
7074
<!-- ✅ Signed by Hamcrest - Tom Denley -->
7175
<trusted-key id="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E" group="org.hamcrest" name="hamcrest-core"/>
72-
<!-- ✅ Signed by Gradle Inc. -->
73-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="org.gradle.exemplar"/>
7476
<!-- ✅ Signed by ASF - Gary David Gregory -->
7577
<trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB">
7678
<trusting group="org.apache.commons"/>

0 commit comments

Comments
 (0)