Skip to content

Commit 62f038e

Browse files
committed
chore: fix build
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent c99fe0e commit 62f038e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

gradle/verification-metadata.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@
44
<verify-metadata>true</verify-metadata>
55
<verify-signatures>true</verify-signatures>
66
<trusted-keys>
7+
<trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/>
8+
<trusted-key id="2e3a1affe42b5f53af19f780bcf4173966770193" group="org.jetbrains"/>
9+
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="org.jacoco"/>
10+
<trusted-key id="60200AC4AE761F1614D6C46766D68DAA073BE985" group="org.slf4j"/>
711
<trusted-key id="6A30D7A614899833CE2F5FA3CEE8B79520334B30" group="org.assertj" version="2.2.1"/>
812
<trusted-key id="A778FDE933A96DDA827840D8E2B3D84202B812D9" group="org.assertj" version="2.2.7"/>
9-
<trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/>
13+
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm" name="asm-bom" version="9.5"/>
14+
<trusted-key id="2B1042677FD8190C7B9FC0DC2161D72E7DCD4258" group="org.sonarsource.*" regex="true"/>
1015
<trusted-key id="77993D3295698C46912E83984B2277C6358670EE">
1116
<trusting group="org.assertj" version="3.17.1"/>
1217
<trusting group="org.assertj" version="3.17.2"/>
1318
</trusted-key>
14-
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="org.jacoco"/>
15-
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm" name="asm-bom" version="9.5"/>
16-
<trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51" group="org.junit"/>
17-
<trusted-key id="60200AC4AE761F1614D6C46766D68DAA073BE985" group="org.slf4j"/>
18-
<trusted-key id="2B1042677FD8190C7B9FC0DC2161D72E7DCD4258" group="org.sonarsource.*" regex="true"/>
19+
<trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51">
20+
<trusting group="org.junit"/>
21+
<trusting group="org.junit.jupiter"/>
22+
<trusting group="org.apiguardian"/>
23+
<trusting group="org.junit.platform"/>
24+
<trusting group="org.opentest4j"/>
25+
</trusted-key>
1926
</trusted-keys>
2027
</configuration>
2128
<components>

0 commit comments

Comments
 (0)