Skip to content

Commit cbc9cac

Browse files
Update plugin org.gradlex.internal-build-conventions to v0.11 (#233)
* Update plugin org.gradlex.internal-build-conventions to v0.11 * Update trusting group for Gradle Inc. key --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <jendrik@onepiece.software>
1 parent 397e4e1 commit cbc9cac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

gradle/verification-metadata.xml

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

2828
<!-- BUILD: PLUGIN PUBLISHING - Gradle plugin publishing plugin with transitive dependency -->
2929
<!-- ✅ Signed by Gradle Inc. -->
30-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="com.gradle.publish" name="plugin-publish-plugin"/>
30+
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D">
31+
<trusting group="com.gradle.publish"/>
32+
<trusting group="org.gradle.exemplar"/>
33+
<trusting group="org.gradle.plugin"/>
34+
</trusted-key>
3135
<!-- ✅ Signed by ASF - Robert Scholte -->
3236
<trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.apache.maven" name="maven-model"/>
3337

@@ -61,8 +65,6 @@
6165
</trusted-key>
6266
<!-- ✅ Signed by Hamcrest - Tom Denley -->
6367
<trusted-key id="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E" group="org.hamcrest" name="hamcrest-core"/>
64-
<!-- ✅ Signed by Gradle Inc. -->
65-
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="org.gradle.exemplar"/>
6668
<!-- ✅ Signed by ASF - Gary David Gregory -->
6769
<trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB">
6870
<trusting group="org.apache.commons"/>

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
plugins { id("org.gradlex.internal-build-conventions") version "0.10" }
1+
plugins { id("org.gradlex.internal-build-conventions") version "0.11" }
22

33
rootProject.name = "extra-java-module-info"

0 commit comments

Comments
 (0)