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

2016-05-31 Thread paulk
Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 3a5189e8d -> f3d031014


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/f3d03101
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/f3d03101
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/f3d03101

Branch: refs/heads/GROOVY_2_4_X
Commit: f3d031014f2ad671271f3c5e5b274211c14784e3
Parents: 3a5189e
Author: paulk 
Authored: Tue May 31 18:56:43 2016 +1000
Committer: paulk 
Committed: Tue May 31 18:56:43 2016 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/f3d03101/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



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

2016-05-31 Thread paulk
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 
Authored: Tue May 31 18:56:43 2016 +1000
Committer: paulk 
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