|
6 | 6 | <keyring-format>armored</keyring-format> |
7 | 7 | <key-servers enabled="false"/> |
8 | 8 | <trusted-artifacts> |
| 9 | + <trust file="modules-1.properties"/> |
9 | 10 | <trust file=".*-javadoc[.]jar" regex="true"/> |
10 | 11 | <trust file=".*-sources[.]jar" regex="true"/> |
11 | 12 | <trust file="^gradle-\d+\.\d+(?:\.\d+)?(?:-(?:rc|milestone)-\d+)?-src\.zip$" regex="true"/> |
12 | | - <!-- modules.properties file from raw.githubusercontent.com/sormuras --> |
13 | | - <trust file="modules-1.properties"/> |
14 | 13 | </trusted-artifacts> |
| 14 | + <ignored-keys> |
| 15 | + <ignored-key id="62EBFC78FE4156D1" reason="Key couldn't be downloaded from any key server"/> |
| 16 | + </ignored-keys> |
15 | 17 | <trusted-keys> |
16 | | - <!-- PRODUCTION CODE: ASM --> |
17 | | - <!-- ✅ Signed by Eric Bruneton - ASM --> |
18 | | - <trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm" name="asm"/> |
19 | | - <!-- ✅ Signed by Tony Robalik - DAGP --> |
20 | | - <trusted-key id="CF4B3A3F53BEF9A2CE2CBFB895962C5E716C39AA" group="com.autonomousapps" name="dependency-analysis-gradle-plugin"/> |
21 | | - <!-- ✅ Signed by Square (squareup.com) --> |
22 | | - <trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="com.squareup.moshi"/> |
23 | | - |
24 | | - |
25 | | - <!-- BUILD: CONVENTIONS --> |
26 | | - <!-- ✅ Signed by the GradleX organisation (us) --> |
27 | | - <trusted-key id="66D7CBFF956830FE9F5A723AFE6C7D77A1CE15A6" group="org.gradlex"/> |
28 | | - |
29 | | - |
30 | | - <!-- BUILD: PLUGIN PUBLISHING - Gradle plugin publishing plugin with transitive dependency --> |
31 | | - <!-- ✅ Signed by Gradle Inc. --> |
32 | | - <trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="com.gradle.publish" name="plugin-publish-plugin"/> |
33 | | - <!-- ✅ Signed by ASF - Robert Scholte --> |
34 | | - <trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.apache.maven" name="maven-model"/> |
35 | | - |
36 | | - |
37 | | - <!-- BUILD: MAVEN CENTRAL PUBLISHING - Gradle Up plugin with transitive dependency --> |
38 | | - <!-- ✅ Signed by GradleUp project --> |
39 | | - <trusted-key id="4857D1CE04E78FAB2A172E8F39B48E1BADDB933F" group="com.gradleup.nmcp"> |
40 | | - <trusting group="com.gradleup.nmcp"/> |
41 | | - <trusting group="com.gradleup.gratatouille"/> |
42 | | - </trusted-key> |
43 | | - <!-- ✅ Signed by JetBrains --> |
44 | | - <trusted-key id="E7DC75FC24FB3C8DFE8086AD3D5839A2262CBBFB" group="org.jetbrains.kotlinx"/> |
45 | | - <!-- ✅ Signed by Paul de Vrieze - XmlUtil --> |
46 | 18 | <trusted-key id="05F1A5DA5701D415BEFC67FC6329ADE2B25B244B" group="io.github.pdvrieze.xmlutil"/> |
47 | | - |
48 | | - |
49 | | - <!-- BUILD: ANALYSIS - Gradle Develocity plugins --> |
50 | | - <!-- ✅ Signed by Gradle Inc. --> |
51 | | - <trusted-key id="7B79ADD11F8A779FE90FD3D0893A028475557671" group="com.gradle"/> |
52 | | - |
53 | | - |
54 | | - <!-- TESTING - JUnit, AssertJ, and Gradle Exemplar with transitive dependencies --> |
55 | | - <!-- ✅ Signed by JUnit - Marc Philipp --> |
56 | | - <trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51"> |
57 | | - <trusting group="junit"/> |
58 | | - <trusting group="org.apiguardian"/> |
59 | | - <trusting group="org.junit.jupiter"/> |
60 | | - <trusting group="org.junit.platform"/> |
61 | | - <trusting group="org.junit.vintage"/> |
62 | | - <trusting group="org.opentest4j"/> |
| 19 | + <trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D"> |
| 20 | + <trusting group="com.gradle.publish" name="plugin-publish-plugin"/> |
| 21 | + <trusting group="org.gradle.exemplar"/> |
| 22 | + </trusted-key> |
| 23 | + <trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E" group="dev.equo.ide" name="solstice"/> |
| 24 | + <trusted-key id="1D9866E375A1435ACE0BE0ADE3461D2D16725F94" group="com.palantir.javaformat"/> |
| 25 | + <trusted-key id="28118C070CB22A0175A2E8D43D12CA2AC19F3181"> |
| 26 | + <trusting group="com.fasterxml.jackson.core"/> |
| 27 | + <trusting group="com.fasterxml.jackson.datatype"/> |
| 28 | + <trusting group="com.fasterxml.jackson.module"/> |
63 | 29 | </trusted-key> |
64 | | - <!-- ✅ Signed by Hamcrest - Tom Denley --> |
65 | | - <trusted-key id="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E" group="org.hamcrest" name="hamcrest-core"/> |
66 | | - <!-- ✅ Signed by Gradle Inc. --> |
67 | | - <trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="org.gradle.exemplar"/> |
68 | | - <!-- ✅ Signed by ASF - Gary David Gregory --> |
69 | 30 | <trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB"> |
70 | | - <trusting group="org.apache.commons"/> |
71 | 31 | <trusting group="commons-codec"/> |
72 | 32 | <trusting group="commons-io"/> |
| 33 | + <trusting group="org.apache.commons"/> |
73 | 34 | </trusted-key> |
74 | | - <!-- ✅ Signed by Andrea Peruffo - com.typesafe.config --> |
75 | | - <trusted-key id="E88BF2559874BA889D34357C0555B3BA1CA4ECF9" group="com.typesafe" name="config"/> |
76 | | - <!-- ✅ Signed by AssertJ --> |
77 | | - <trusted-key id="BE685132AFD2740D9095F9040CC0B712FEE75827" group="org.assertj" name="assertj-core"/> |
78 | | - <!-- ✅ Signed by Rafael Winterhalter - ByteBuddy --> |
79 | | - <trusted-key id="A7892505CF1A58076453E52D7999BEFBA1039E8B" group="net.bytebuddy" name="byte-buddy"/> |
80 | | - |
81 | | - |
82 | | - <!-- CODE DOCUMENTATION - Asciidoctor Gradle Plugin with transitive dependencies --> |
83 | | - <!-- ✅ Signed by Schalk W. Cronjé - ysb33r --> |
84 | | - <trusted-key id="EA022560A81E5BD48DB3D18B54AC8E2D98CFEAC6" group="org.ysb33r.gradle"/> |
85 | | - <!-- ✅ Signed by Robert Panzer - AsciidoctorJ --> |
86 | | - <trusted-key id="AD296CA014321485EB6780FF8B8E0CB0F6A7657E" group="org.asciidoctor"/> |
87 | | - <!-- ✅ Signed by Lasse Collin - Tukaani --> |
| 35 | + <trusted-key id="2E3A1AFFE42B5F53AF19F780BCF4173966770193" group="org.jetbrains" name="annotations"/> |
| 36 | + <trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B" group="org.apache.groovy" name="groovy"/> |
| 37 | + <trusted-key id="3448B9AECE73A41DC11FEE9ADDF3944950267CD1" group="org.functionaljava" name="functionaljava"/> |
88 | 38 | <trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz"/> |
89 | | - |
90 | | - |
91 | | - <!-- CODE FORMATTING - Spotless Gradle Plugin with transitive dependencies --> |
92 | | - <!-- ✅ Signed by DiffPlug LLC --> |
93 | | - <trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/> |
94 | | - <!-- ✅ Signed by DiffPlug LLC --> |
95 | 39 | <trusted-key id="4797B4F5DCC46CEA61059071A1AE06236CA2BA62" group="com.diffplug.durian"/> |
96 | | - <!-- ✅ Signed by JetBrains --> |
97 | | - <trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/> |
98 | | - <!-- ✅ Signed by Square (squareup.com) --> |
99 | | - <trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40"> |
100 | | - <trusting group="com.squareup.okhttp3"/> |
101 | | - <trusting group="com.squareup.okio"/> |
| 40 | + <trusted-key id="4857D1CE04E78FAB2A172E8F39B48E1BADDB933F"> |
| 41 | + <trusting group="com.gradleup.gratatouille"/> |
| 42 | + <trusting group="com.gradleup.nmcp"/> |
102 | 43 | </trusted-key> |
103 | | - <!-- ✅ Signed by Matthias Sohn - JGit --> |
| 44 | + <trusted-key id="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E" group="org.hamcrest" name="hamcrest-core"/> |
| 45 | + <trusted-key id="648190996EC0930A6D7D49A978178478013521D0" group="com.facebook" name="ktfmt"/> |
| 46 | + <trusted-key id="66D7CBFF956830FE9F5A723AFE6C7D77A1CE15A6" group="org.gradlex"/> |
| 47 | + <trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/> |
| 48 | + <trusted-key id="76E94E8FF0AB5AF3B6F8366972FEFD1572EB75E1" group="org.spockframework" name="spock-core"/> |
| 49 | + <trusted-key id="78DA3333F653B1C54A938BE24DB7BC57DFDBCEA4" group="net.java.dev.jna" name="jna"/> |
| 50 | + <trusted-key id="7B79ADD11F8A779FE90FD3D0893A028475557671" group="com.gradle"/> |
104 | 51 | <trusted-key id="7C669810892CBD3148FA92995B05CCDE140C2876" group="org.eclipse.jgit" name="org.eclipse.jgit"/> |
105 | | - <!-- ✅ Signed by Niall Gallagher - concurrent-trees --> |
106 | | - <trusted-key id="A9789342F598AD5B1175EF357EB97D110DFADD60" group="com.googlecode.concurrent-trees" name="concurrent-trees"/> |
107 | | - <!-- ✅ Signed by JetBrains --> |
108 | | - <trusted-key id="2E3A1AFFE42B5F53AF19F780BCF4173966770193" group="org.jetbrains" name="annotations"/> |
109 | | - <!-- 🤔 Signed by Sebastian Sampaoli <[email protected]> --> |
110 | | - <trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E" group="dev.equo.ide" name="solstice"/> |
111 | | - <!-- 🤔 Signed by ??? --> |
112 | | - <trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B" group="org.eclipse.platform" name="org.eclipse.osgi"/> |
113 | | - <!-- 🤔 Signed by Bintray/JFrog --> |
114 | 52 | <trusted-key id="8756C4F765C9AC3CB6B85D62379CE192D401AB61"> |
115 | | - <trusting group="org.jetbrains.intellij.deps"/> |
116 | 53 | <trusting group="com.diffplug.durian"/> |
| 54 | + <trusting group="org.jetbrains.intellij.deps"/> |
117 | 55 | </trusted-key> |
118 | | - |
119 | | - |
120 | | - <!-- CODE FORMATTING - Palantir Java formatter with transitive dependencies --> |
121 | | - <!-- ✅ Signed by Palantir --> |
122 | | - <trusted-key id="1D9866E375A1435ACE0BE0ADE3461D2D16725F94" group="com.palantir.javaformat"/> |
123 | | - <!-- ✅ Signed by Tatu Saloranta - Jackson --> |
124 | | - <trusted-key id="28118C070CB22A0175A2E8D43D12CA2AC19F3181"> |
125 | | - <trusting group="com.fasterxml.jackson.core"/> |
126 | | - <trusting group="com.fasterxml.jackson.datatype"/> |
127 | | - <trusting group="com.fasterxml.jackson.module"/> |
128 | | - </trusted-key> |
129 | | - <!-- ✅ Signed by Christopher Povirk - Guava --> |
| 56 | + <trusted-key id="9E3044071B758EBCB7E45673700E4F39BC05364B" group="org.eclipse.platform" name="org.eclipse.osgi"/> |
| 57 | + <trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/> |
| 58 | + <trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm" name="asm"/> |
| 59 | + <trusted-key id="A7892505CF1A58076453E52D7999BEFBA1039E8B" group="net.bytebuddy" name="byte-buddy"/> |
| 60 | + <trusted-key id="A9789342F598AD5B1175EF357EB97D110DFADD60" group="com.googlecode.concurrent-trees" name="concurrent-trees"/> |
| 61 | + <trusted-key id="AD296CA014321485EB6780FF8B8E0CB0F6A7657E" group="org.asciidoctor"/> |
| 62 | + <trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.apache.maven" name="maven-model"/> |
130 | 63 | <trusted-key id="BDB5FA4FE719D787FB3D3197F6D4A1D411E9D1AE" group="com.google.guava" name="guava"/> |
131 | | - <!-- ✅ Jean-Baptiste Giraudeau - Functional Java --> |
132 | | - <trusted-key id="3448B9AECE73A41DC11FEE9ADDF3944950267CD1" group="org.functionaljava" name="functionaljava"/> |
133 | | - |
134 | | - |
135 | | - <!-- CODE FORMATTING - ktfmt with transitive dependencies --> |
136 | | - <!-- ✅ Signed by Ktfmt Team --> |
137 | | - <trusted-key id="648190996EC0930A6D7D49A978178478013521D0" group="com.facebook" name="ktfmt"/> |
138 | | - <!-- ✅ Signed by Liam Miller-Cushon (Error Prone releases) --> |
139 | | - <trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.googlejavaformat" name="google-java-format"/> |
140 | | - <!-- ✅ Signed by Timothy Wall - Java Native Access (JNA) --> |
141 | | - <trusted-key id="78DA3333F653B1C54A938BE24DB7BC57DFDBCEA4" group="net.java.dev.jna" name="jna"/> |
142 | | - |
143 | | - |
144 | | - <!-- TESTING GROOVY - remove once tests are migrated to Java --> |
145 | | - <!-- ✅ Signed by Joe Schmetzer - Java Hamcrest --> |
| 64 | + <trusted-key id="BE685132AFD2740D9095F9040CC0B712FEE75827" group="org.assertj" name="assertj-core"/> |
| 65 | + <trusted-key id="CF4B3A3F53BEF9A2CE2CBFB895962C5E716C39AA" group="com.autonomousapps" name="dependency-analysis-gradle-plugin"/> |
| 66 | + <trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40"> |
| 67 | + <trusting group="com.squareup.moshi"/> |
| 68 | + <trusting group="com.squareup.okhttp3"/> |
| 69 | + <trusting group="com.squareup.okio"/> |
| 70 | + </trusted-key> |
146 | 71 | <trusted-key id="E3A9F95079E84CE201F7CF60BEDE11EAF1164480" group="org.hamcrest" name="hamcrest"/> |
147 | | - <!-- ✅ Signed by Paul King - Groovy --> |
148 | | - <trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B" group="org.apache.groovy" name="groovy"/> |
149 | | - <!-- ✅ Signed Spockframework --> |
150 | | - <trusted-key id="76E94E8FF0AB5AF3B6F8366972FEFD1572EB75E1" group="org.spockframework" name="spock-core"/> |
| 72 | + <trusted-key id="E7DC75FC24FB3C8DFE8086AD3D5839A2262CBBFB" group="org.jetbrains.kotlinx"/> |
| 73 | + <trusted-key id="E88BF2559874BA889D34357C0555B3BA1CA4ECF9" group="com.typesafe" name="config"/> |
| 74 | + <trusted-key id="EA022560A81E5BD48DB3D18B54AC8E2D98CFEAC6" group="org.ysb33r.gradle"/> |
| 75 | + <trusted-key id="EE0CA873074092F806F59B65D364ABAA39A47320" group="com.google.googlejavaformat" name="google-java-format"/> |
| 76 | + <trusted-key id="FF6E2C001948C5F2F38B0CC385911F425EC61B51"> |
| 77 | + <trusting group="junit"/> |
| 78 | + <trusting group="org.apiguardian"/> |
| 79 | + <trusting group="org.junit.jupiter"/> |
| 80 | + <trusting group="org.junit.platform"/> |
| 81 | + <trusting group="org.junit.vintage"/> |
| 82 | + <trusting group="org.opentest4j"/> |
| 83 | + </trusted-key> |
151 | 84 | </trusted-keys> |
152 | 85 | </configuration> |
153 | 86 | <components> |
| 87 | + <component group="com.beust" name="jcommander" version="1.82"> |
| 88 | + <artifact name="jcommander-1.82.jar"> |
| 89 | + <pgp value="C70B844F002F21F6D2B9C87522E44AC0622B91C3"/> |
| 90 | + </artifact> |
| 91 | + </component> |
154 | 92 | <component group="org.asciidoctor" name="asciidoctor-gradle-base" version="4.0.5"> |
155 | 93 | <artifact name="asciidoctor-gradle-base-4.0.5.jar"> |
156 | 94 | <sha256 value="3b0a5c953c98977da3cec1bfd66c0f7438e3e07c06bda00abae8c53e4dd2185a" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-base/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/> |
|
161 | 99 | <sha256 value="3e020e7f350cb6ff2658ff124ea63d42da3dacf6da3b71efe4c7670413369ce9" origin="Downloaded the file from https://plugins.gradle.org/m2/org/asciidoctor/asciidoctor-gradle-jvm/4.0.5 and generated the checksum locally" reason="Artifact is not signed"/> |
162 | 100 | </artifact> |
163 | 101 | </component> |
| 102 | + <component group="org.jruby" name="jruby-complete" version="9.3.8.0"> |
| 103 | + <artifact name="jruby-complete-9.3.8.0.jar"> |
| 104 | + <sha256 value="b574542f75c71d543ae057a707ca9840e778d62ab6da610e94cd7bbfa5eef5d5" origin="Generated by Gradle" reason="A key couldn't be downloaded"/> |
| 105 | + </artifact> |
| 106 | + </component> |
164 | 107 | </components> |
165 | 108 | </verification-metadata> |
0 commit comments