You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/19 08:11:19 UTC

[groovy] 02/02: rat exclusion for CI

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

commit 02f8cd9d05eb3a79abdda67854ff4368b235e9f6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 19 18:11:02 2020 +1000

    rat exclusion for CI
---
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 8ee8491..f06da99 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -188,6 +188,7 @@ rat {
                  'src/test/org/codehaus/groovy/ast/LineColumnCheck.txt', // test file
                  'security/groovykeys', // excluded from src zip
                  '**/.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
                  '**/target/**', '**/build/**', 'licenses/**', 'notices/**',
                  'out/**', '*.ipr',  '**/*.iml', '*.iws', '.idea/**', // Intellij files