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

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new b66d110  Add exclusion for gradle notification file
b66d110 is described below

commit b66d1108d86f920ba2969d5b97daec0558e3ea58
Author: Anthony Baker <[email protected]>
AuthorDate: Fri Jul 6 08:47:01 2018 -0700

    Add exclusion for gradle notification file
    
    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.
---
 gradle/rat.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index b0012af..df7538b 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -39,6 +39,7 @@ rat {
     '**/build/**',
     '**/build-*/**',
     '.buildinfo',
+    '**/release-features.rendered', // just for jenkins
 
     // Geode examples
     'geode-examples/.idea/**',

Reply via email to