You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2019/06/11 18:03:01 UTC

[kudu] 01/03: [build] Fix RAT report

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

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 04e3e7d78ca919641759d8ee29891f7929d45747
Author: Grant Henke <gr...@apache.org>
AuthorDate: Tue Jun 11 08:00:20 2019 -0500

    [build] Fix RAT report
    
    This patch fixes the RAT report by fixing the excludes
    location for the gradle.properties file.
    
    Change-Id: I0a5bf8a0b6b58adb9c9d3e2073d04893a85a8199
    Reviewed-on: http://gerrit.cloudera.org:8080/13581
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
---
 build-support/release/rat_exclude_files.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-support/release/rat_exclude_files.txt b/build-support/release/rat_exclude_files.txt
index 786ea58..79e4a62 100644
--- a/build-support/release/rat_exclude_files.txt
+++ b/build-support/release/rat_exclude_files.txt
@@ -23,7 +23,7 @@ docs/support/doxygen/client_api.footer.in
 examples/README.md
 examples/python/graphite-kudu/setup.cfg
 java/.scalafmt.conf
-java/gradle/gradle-wrapper.properties
+java/gradle/wrapper/gradle-wrapper.properties
 java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java
 java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduScanner.java
 java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java