Repository: groovy
Updated Branches:
  refs/heads/master b739c2a9b -> 51b11488e


add a rat exclude for gradle.properties since the artifactory release plugin 
loses header when bumping version


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/51b11488
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/51b11488
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/51b11488

Branch: refs/heads/master
Commit: 51b11488edca43d23284e4b0c393741356faa6ee
Parents: b739c2a
Author: paulk <pa...@asert.com.au>
Authored: Tue May 31 18:56:43 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue May 31 18:57:29 2016 +1000

----------------------------------------------------------------------
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/51b11488/gradle/quality.gradle
----------------------------------------------------------------------
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 9959b57..bc8e85e 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -170,6 +170,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
+                 'gradle.properties',  // artifactory release plugin removes 
header when bumping version
                  '**/target/**', 'licenses/**', 'notices/**',
                  'out/**', '*.ipr',  '**/*.iml', '*.iws', // Intellij files
                  '**/style.css', // MIT license as per NOTICE/LICENSE files

Reply via email to