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:13:35 UTC

[groovy] branch GROOVY_2_5_X updated: rat exclusion for CI

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new f645666  rat exclusion for CI
f645666 is described below

commit f645666df3841da994a778182a3113b10781c0ff
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 d179914..47d87c7 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