From 8283430c8cdc9c02dd61a33b563ada04404c3de7 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 23 Aug 2021 20:48:30 +0000 Subject: [PATCH] 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 --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.*" ] /* -- 2.39.5