Skip to content

Commit

Permalink
Add exclusion for gradle notification file
Browse files Browse the repository at this point in the history
Jenkins set the GRADLE_USER_HOME to the workspace which makes
gradle leave behind a new release notification file.  Let's
exclude this file to avoid Jenkins failures.
  • Loading branch information
metatype committed Jul 6, 2018
1 parent 29c71c9 commit b66d110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/rat.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rat {
'**/build/**',
'**/build-*/**',
'.buildinfo',
'**/release-features.rendered', // just for jenkins

// Geode examples
'geode-examples/.idea/**',
Expand Down

0 comments on commit b66d110

Please sign in to comment.