Skip to content

Commit dda906c

Browse files
committed
minor refactor: use armor version of keyring file
to view keys use: $ gpg --show-keys gradle/verification-keyring.keys
1 parent 600088d commit dda906c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/src/main/groovy/org.apache.groovy-common.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ tasks.named('rat') {
5353
'**/.gradle/**', '**/wrapper/**', 'gradlew*', // gradle wrapper files excluded from src zip
5454
'artifactory.properties', // potential file on CI server
5555
'gradle.properties', // artifactory release plugin removes header when bumping version
56+
'gradle/verification-keyring.keys', // PGP keyring for dependency verification
5657
'**/build/**', '**/target/**', 'licenses/**', 'notices/**',
5758
'out/**', '*.ipr', '**/*.iml', '*.iws', '.idea/**', // Intellij files
5859
'**/style.css', // MIT license as per NOTICE/LICENSE files

0 commit comments

Comments
 (0)