Skip to content

Commit 3483edb

Browse files
Update plugin org.gradlex.internal-build-conventions to v0.11 (#166)
* Update plugin org.gradlex.internal-build-conventions to v0.11 * Trust Gradle signing key for 'org.gradle.plugin' group --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <jendrik@onepiece.software>
1 parent 6aa3ab7 commit 3483edb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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"/>

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 = "java-module-testing"

0 commit comments

Comments
 (0)