This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new dda906c983 minor refactor: use armor version of keyring file
dda906c983 is described below

commit dda906c9831502ff325121000d5efd2c8af12dd2
Author: Paul King <[email protected]>
AuthorDate: Sat Apr 11 21:43:18 2026 +1000

    minor refactor: use armor version of keyring file
    
    to view keys use:
    $ gpg --show-keys gradle/verification-keyring.keys
---
 build-logic/src/main/groovy/org.apache.groovy-common.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-common.gradle 
b/build-logic/src/main/groovy/org.apache.groovy-common.gradle
index 5dc6e39dd3..112bdfd2a3 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-common.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-common.gradle
@@ -53,6 +53,7 @@ tasks.named('rat') {
                 '**/.gradle/**', '**/wrapper/**', 'gradlew*',  // gradle 
wrapper files excluded from src zip
                 'artifactory.properties',  // potential file on CI server
                 'gradle.properties',  // artifactory release plugin removes 
header when bumping version
+                'gradle/verification-keyring.keys', // PGP keyring for 
dependency verification
                 '**/build/**', '**/target/**', 'licenses/**', 'notices/**',
                 'out/**', '*.ipr', '**/*.iml', '*.iws', '.idea/**', // 
Intellij files
                 '**/style.css', // MIT license as per NOTICE/LICENSE files

Reply via email to