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:14:21 UTC

[groovy] branch GROOVY_3_0_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_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


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

commit 661a907075077dd4e8370d259083ab6d778d19ae
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 9f3d202..62d5f4e 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -187,6 +187,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