Browse Source

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
tags/REL_5_1_0
Andreas Beeker 2 years ago
parent
commit
8283430c8c
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      build.gradle

+ 3
- 1
build.gradle View File

@@ -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.*"
]

/*

Loading…
Cancel
Save