summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.*"
]
/*