summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-08-23 20:48:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-08-23 20:48:30 +0000
commit8283430c8cdc9c02dd61a33b563ada04404c3de7 (patch)
tree18c46e589f4d0b9883aa243ff4c10291b4958b8f /build.gradle
parent20bb767469fcad0a7b6b933df4a08ab74af98890 (diff)
downloadpoi-8283430c8cdc9c02dd61a33b563ada04404c3de7.tar.gz
poi-8283430c8cdc9c02dd61a33b563ada04404c3de7.zip
rat check - ignore svn conflict artifacts for module-info.class files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d0f8bd42af..9b4f42e3b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -478,7 +478,9 @@ rat {
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/XAdES*.xsd",
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xmldsig-core-schema.xsd",
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/xdgf/visio.xsd",
- "osgi/README.md"
+ "osgi/README.md",
+ // ignore svn conflict artifacts
+ "**/module-info.class.*"
]
/*