This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 6802d7ca BIGTOP-3684: Fix RAT issues in Bigtop source tree (#902)
6802d7ca is described below
commit 6802d7cab918acd54049ec61b46073e769cbba94
Author: Yuqi Gu <[email protected]>
AuthorDate: Fri May 13 13:35:14 2022 +0800
BIGTOP-3684: Fix RAT issues in Bigtop source tree (#902)
Change-Id: Id9f057daa77af1150bd51af319a4519bc390532f
Signed-off-by: Yuqi Gu <[email protected]>
(cherry picked from commit a43fb1c22bfc9a816d280c24bf33d3ae7a53e721)
---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index 659927ff..fb5f3e6f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,6 +69,7 @@ def final langLevel = "1.8"
rat {
excludes = [
".git/**",
+ ".github/**",
".idea/**",
"**/.gitignore",
/* Test data with rigid structure and/or binary */