You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/08/23 20:48:30 UTC

svn commit: r1892553 - /poi/trunk/build.gradle

Author: kiwiwings
Date: Mon Aug 23 20:48:30 2021
New Revision: 1892553

URL: http://svn.apache.org/viewvc?rev=1892553&view=rev
Log:
rat check - ignore svn conflict artifacts for module-info.class files

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1892553&r1=1892552&r2=1892553&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Aug 23 20:48:30 2021
@@ -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.*"
 	]
 
     /*



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org