Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 82dd636

Browse files
committed
Add missing Rat™ exclude rule for p12 Keystores
1 parent ec2855f commit 82dd636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class DistributionsPlugin implements Plugin<Project>
284284
// Graphic Resources
285285
'**/*.svg', '**/*.gif', '**/*.png', '**/*.jpg', '**/*.psd',
286286
// Keystores
287-
'**/*.jceks',
287+
'**/*.jceks', '**/*.p12',
288288
// Syntax Highlighter - MIT
289289
'manual/**/sh*.css', 'manual/**/sh*.js',
290290
// jQuery & plugins - MIT

0 commit comments

Comments
 (0)